Skip to content

Commit

Permalink
ci: fix symbol quote in if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 20, 2024
1 parent 137f17f commit 34bf32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/single-include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
diff single_include.hpp single_include/toml.hpp
- name: Commit and Push
if: steps.check-diff.outcome == "failure"
if: steps.check-diff.outcome == 'failure'
run: |
mv single_include.hpp single_include/toml.hpp
git config user.name "ToruNiina"
Expand Down

0 comments on commit 34bf32a

Please sign in to comment.