Skip to content

Commit

Permalink
changed git user to abn-cicd-helper bot
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelucchi committed Jul 19, 2024
1 parent c9200b9 commit a1396d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onlabel_rebuild_vignettes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
path: vignettes/
- name: Commit compiled vignettes to branch
run: |
git config --global user.name 'GitHub Vignette Bot'
git config --global user.email 'vignettebot@github.com'
git config --global user.name 'abn-cicd-helper[bot]' # retrieved from: https://api.github.com/users/abn-cicd-helper[bot]
git config --global user.email '170275362+abn-cicd-helper[bot]@users.noreply.github.com'
git commit -am "Automated Vignette Compilation"
git push origin HEAD:${{ env.BRANCH }}
Expand Down

0 comments on commit a1396d7

Please sign in to comment.