Skip to content

Commit

Permalink
ci: fix git options
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 20, 2024
1 parent 3129965 commit 1bc6ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/single-include.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "ToruNiina"
git config --global user.email "[email protected]"
git add single_include/toml.hpp
git commit -m "feat [skip ci]: update single_include"
git push origin main
Expand Down

0 comments on commit 1bc6ef9

Please sign in to comment.