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: | run: |
diff single_include.hpp single_include/toml.hpp diff single_include.hpp single_include/toml.hpp
- name: Commit and Push - name: Commit and Push
if: steps.check-diff.outcome == "failure" if: steps.check-diff.outcome == 'failure'
run: | run: |
mv single_include.hpp single_include/toml.hpp mv single_include.hpp single_include/toml.hpp
git config user.name "ToruNiina" git config user.name "ToruNiina"