Skip to content

Commit

Permalink
chore(CI): make it clearer that github actions are performing 'sync' …
Browse files Browse the repository at this point in the history
…commits
  • Loading branch information
knightjoel committed Dec 5, 2023
1 parent 2403ade commit dda2569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# each other and error out.
if: steps.git-check.outputs.modified == 'true' && matrix.os.do-git-push
run: |
git config --global user.name 'Joel[bot]'
git config --global user.email '17298529+knightjoel@users.noreply.github.com'
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git commit -a -m 'Sync'
git push

0 comments on commit dda2569

Please sign in to comment.