We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c59aa commit 6b07252Copy full SHA for 6b07252
.github/workflows/bump-version.yml
@@ -21,8 +21,8 @@ jobs:
21
fi
22
- name: Create a new branch
23
run: |
24
- git config --global user.email "github-action-bot@email.com"
25
- git config --global user.name "github action"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
26
git checkout -b update-version
27
git push --set-upstream origin update-version
28
- name: Bump Version
0 commit comments