Skip to content

Commit 9b0f3dd

Browse files
committed
Quote GITHUB_OUTPUT
1 parent f87b695 commit 9b0f3dd

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
@@ -34,5 +34,5 @@ runs:
3434
shell: ${{ inputs.shell }}
3535
- name: Set success output
3636
id: success
37-
run: echo "success=true" >> $GITHUB_OUTPUT
37+
run: echo "success=true" >> "$GITHUB_OUTPUT"
3838
shell: bash

0 commit comments

Comments
 (0)