Skip to content

Commit

Permalink
[gha] username and email needs to be configured on git
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed May 8, 2024
1 parent 37d1bba commit 5ddc21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
id: cherry-pick-prerelease
if: ${{ steps.auto-commit.outputs.changes_detected == 'true' }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git checkout prerelease
git cherry-pick ${{ steps.auto-commit.outputs.commit_hash }}
git push origin prerelease
Expand Down

0 comments on commit 5ddc21d

Please sign in to comment.