We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779e21a commit 93aeebdCopy full SHA for 93aeebd
action.yml
@@ -19,7 +19,7 @@ runs:
19
- id: run-script
20
run: |
21
result=$(base=${{ inputs.base-image }} image=${{ inputs.image }} ${{ github.action_path }}/docker.sh)
22
- echo "::set-output name=result::${result}"
+ echo "result=${result}" >>$GITHUB_OUTPUT
23
shell: bash
24
25
branding:
0 commit comments