diff --git a/.github/workflows/single-include.yml b/.github/workflows/single-include.yml index c7e162e..33c3f77 100644 --- a/.github/workflows/single-include.yml +++ b/.github/workflows/single-include.yml @@ -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