Skip to content

Commit 93aeebd

Browse files
authored
1 parent 779e21a commit 93aeebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- id: run-script
2020
run: |
2121
result=$(base=${{ inputs.base-image }} image=${{ inputs.image }} ${{ github.action_path }}/docker.sh)
22-
echo "::set-output name=result::${result}"
22+
echo "result=${result}" >>$GITHUB_OUTPUT
2323
shell: bash
2424

2525
branding:

0 commit comments

Comments
 (0)