Compare commits

..

1 Commits

Author SHA1 Message Date
Jesse
51610e446e
Merge c1dc5db4d6 into 6137f733fb 2024-11-25 20:08:07 +00:00

View File

@ -84,7 +84,6 @@ inputs:
outputs:
stdout:
description: 'Standard output of the executed commands.'
value: ${{ steps.entrypoint.outputs.stdout }}
runs:
using: "composite"
@ -94,8 +93,7 @@ runs:
shell: bash
env:
GITHUB_ACTION_PATH: ${{ github.action_path }}
- id: entrypoint
name: Run entrypoint.sh
- name: Run entrypoint.sh
run: entrypoint.sh
shell: bash
env: