Skip to content

Commit

Permalink
ci: set bot info in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Nov 20, 2023
1 parent a100ec9 commit 5766eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- name: Configure Git
run: |
git config --global user.name "${{ env.CI_BOT_NAME }}"
git config --global user.email "${{ env.CI_BOT_EMAIL }}"
git config --global user.email "tractr-bot@tractr.net"
git config --global user.name "tractr-bot"
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5766eaa

Please sign in to comment.