Skip to content

Commit

Permalink
adding fake bot user/email
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolopezsancho committed Jan 29, 2025
1 parent 9f76616 commit 45e0f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sdk-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
./updateSdkVersions.sh all
BRANCH=bump-sdk-versions-${SDK_VERSION}
git checkout -b ${BRANCH}
git config user.name "Akka Bot"
git config user.email "github-actions@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit . -m "chore: bump SDK versions to ${SDK_VERSION}"
git remote add origin-rw https://${GH_TOKEN}@github.com/akka/akka-sdk
git push --set-upstream origin-rw ${BRANCH}
Expand Down

0 comments on commit 45e0f38

Please sign in to comment.