diff --git a/.github/workflows/update-checksum.yaml b/.github/workflows/update-checksum.yaml index e89b51a5..a861095f 100644 --- a/.github/workflows/update-checksum.yaml +++ b/.github/workflows/update-checksum.yaml @@ -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 "actions@github.com" git add -A git commit --amend --no-edit git push origin -f