ci: fix symbol quote in if statement

This commit is contained in:
ToruNiina 2024-06-21 00:07:32 +09:00
parent 137f17f2e9
commit 34bf32a9e5

View File

@ -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"