Skip to content

Commit

Permalink
Rename github bot (#891)
Browse files Browse the repository at this point in the history
* added email and name config to git in bump_version workflow

* rename github actions bot
  • Loading branch information
goastler authored Dec 6, 2023
1 parent 4704ca3 commit 26f3769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
npm run version ${{ github.event.inputs.version }}
# set the author in git
git config user.name "github-actions[bot]"
git config user.name "prosoponator[bot]"
git config user.email "dev@prosopo.io"
# commit the version changes
Expand Down

0 comments on commit 26f3769

Please sign in to comment.