mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
ci: fix symbol quote in if statement
This commit is contained in:
2
.github/workflows/single-include.yml
vendored
2
.github/workflows/single-include.yml
vendored
@@ -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"
|
||||||
|
Reference in New Issue
Block a user