Skip to content

Commit

Permalink
Set git credentials in updateversionfromchangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 10, 2025
1 parent 6c5be3a commit 97db913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/updateversionfromchangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
echo "No changes."
exit 0
fi
git config user.name "${{ github.actor }}"
# https://api.github.com/users/github-actions%5Bbot%5D
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -- bin/strauss
git commit -m "🤖 Update version number in bin"
git push

0 comments on commit 97db913

Please sign in to comment.