Skip to content

Commit

Permalink
ci: set bot info in yaml (#6)
Browse files Browse the repository at this point in the history
* ci: configure git with bot info

* ci: fix config git with bot info

* ci: fix config git with bot info

* ci: set bot info in yaml
  • Loading branch information
EdouardDem authored Nov 20, 2023
1 parent 91b80cd commit abf3883
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 abf3883

Please sign in to comment.