Skip to content

Commit

Permalink
fix(github-actions): remove unnecessary quote in action composite bas…
Browse files Browse the repository at this point in the history
…h script

This caused a Bash exec failure.
  • Loading branch information
devversion committed Nov 29, 2022
1 parent f1a26a0 commit d98be19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
shell: bash
run: |
node ${{github.action_path}}/fetch-workflow-artifact.js \
'${{github.event.workflow_run.id}}' '${{inputs.workflow-artifact-name}}' > unsafe-artifact.zip"
'${{github.event.workflow_run.id}}' '${{inputs.workflow-artifact-name}}' > unsafe-artifact.zip
env:
GITHUB_TOKEN: '${{inputs.github-token}}'

Expand Down

0 comments on commit d98be19

Please sign in to comment.