ci: fix git options

This commit is contained in:
ToruNiina
2024-06-21 00:46:01 +09:00
parent 312996565d
commit 1bc6ef9fce

View File

@@ -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