mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
ci: fix git options
This commit is contained in:
4
.github/workflows/single-include.yml
vendored
4
.github/workflows/single-include.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
|||||||
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 --global user.name "ToruNiina"
|
||||||
git config user.name "ToruNiina@users.noreply.github.com"
|
git config --global user.email "ToruNiina@users.noreply.github.com"
|
||||||
git add single_include/toml.hpp
|
git add single_include/toml.hpp
|
||||||
git commit -m "feat [skip ci]: update single_include"
|
git commit -m "feat [skip ci]: update single_include"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
Reference in New Issue
Block a user