Skip to content

Commit

Permalink
chore: update GH bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Nov 26, 2024
1 parent 61eedc6 commit cce40b3
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 "Kalix Bot"
git config user.email "kalix.github@lightbend.com"
git config user.name "Akka Bot"
git config user.email "github[email protected].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 cce40b3

Please sign in to comment.