We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7191fb4 commit b98ee6bCopy full SHA for b98ee6b
1 file changed
.github/workflows/tag.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Configure Git User
26
run: |
27
- git config --global user.name ${{ vars.BOT_APP_USERNAME }}[bot]
+ git config --global user.name ${{ vars.BOT_APP_USERNAME }}
28
git config --global user.email ${{ vars.BOT_APP_EMAIL }}
29
30
- name: Setup Node.js
0 commit comments