Skip to content

Commit

Permalink
🐛 add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Oct 24, 2024
1 parent 71034b6 commit 3726296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
continue-on-error: true
- name: Commit changes
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add -A
git commit --amend --no-edit
git push origin -f
Expand Down

0 comments on commit 3726296

Please sign in to comment.