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 f87b695 commit 9b0f3ddCopy full SHA for 9b0f3dd
action.yml
@@ -34,5 +34,5 @@ runs:
34
shell: ${{ inputs.shell }}
35
- name: Set success output
36
id: success
37
- run: echo "success=true" >> $GITHUB_OUTPUT
+ run: echo "success=true" >> "$GITHUB_OUTPUT"
38
shell: bash
0 commit comments