From db46c1c64b16edfe65e2603208f5eb059d5d47c6 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Fri, 21 Jun 2024 00:24:03 +0900 Subject: [PATCH] ci: fix git options --- .github/workflows/single-include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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