ci: fix git options

This commit is contained in:
ToruNiina 2024-06-21 00:24:03 +09:00
parent 34bf32a9e5
commit db46c1c64b

View File

@ -27,5 +27,5 @@ jobs:
git config user.name "ToruNiina"
git config user.name "ToruNiina@users.noreply.github.com"
git add single_include/toml.hpp
git commit -b "feat [skip ci]: update single_include"
git push
git commit -m "feat [skip ci]: update single_include"
git push origin main