Skip to content

Commit

Permalink
fix: quote the expression because of issue with yaml parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Jun 29, 2024
1 parent be477d5 commit b145365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
name: output
path: out
- name: Decide if failed
run: ! test -e out/fail
run: ( ! test -e out/fail )

0 comments on commit b145365

Please sign in to comment.