mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-25 13:50:05 +00:00
ci: fix symbol quote in if statement
This commit is contained in:
parent
137f17f2e9
commit
34bf32a9e5
2
.github/workflows/single-include.yml
vendored
2
.github/workflows/single-include.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user