mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 08:27:31 +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'
|
||||
run: |
|
||||
mv single_include.hpp single_include/toml.hpp
|
||||
git config user.name "ToruNiina"
|
||||
git config user.name "ToruNiina@users.noreply.github.com"
|
||||
git config --global user.name "ToruNiina"
|
||||
git config --global user.email "ToruNiina@users.noreply.github.com"
|
||||
git add single_include/toml.hpp
|
||||
git commit -m "feat [skip ci]: update single_include"
|
||||
git push origin main
|
||||
|
Reference in New Issue
Block a user