Skip to content

Commit

Permalink
generate-initial-checksums.yml: Added logic for git objects to always…
Browse files Browse the repository at this point in the history
… be by 'github-actions[bot]' (#20)
  • Loading branch information
CodeGat committed Feb 26, 2024
1 parent 372a987 commit 7b90034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate-initial-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ jobs:
mv ${{ env.OUTPUT_LOCAL_LOCATION }}/checksum/* ${{ inputs.committed-checksum-location }}
- name: Commit Checksums to Repo
# NOTE: Regarding the config user.name/user.email, see https://github.com/actions/checkout/pull/1184
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "Added initial checksums generated from ${{ inputs.config-branch-name }}"
git push
Expand Down

0 comments on commit 7b90034

Please sign in to comment.