Skip to content

Commit

Permalink
fix: Quote special character in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Oct 24, 2023
1 parent 4a2f999 commit f46e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
persist-credentials: false

- name: Move the binary to runner temp folder
if: ! steps.restore-cache.outputs.cache-hit
if: '! steps.restore-cache.outputs.cache-hit'
run: |
mkdir $RUNNER_TEMP/hello-world-program
mv hello $RUNNER_TEMP/hello-world-program
Expand Down

0 comments on commit f46e3bf

Please sign in to comment.