From a1396d71cc3e952dc744444e97f3b5ef25b55a41 Mon Sep 17 00:00:00 2001 From: Matteo Delucchi Date: Fri, 19 Jul 2024 14:17:29 +0200 Subject: [PATCH] changed git user to abn-cicd-helper bot --- .github/workflows/onlabel_rebuild_vignettes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onlabel_rebuild_vignettes.yml b/.github/workflows/onlabel_rebuild_vignettes.yml index 370219b0..43e9bc8e 100644 --- a/.github/workflows/onlabel_rebuild_vignettes.yml +++ b/.github/workflows/onlabel_rebuild_vignettes.yml @@ -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 }}