Skip to content

Commit c00f3b5

Browse files
committed
Update Git configuration for access-bot in update_analysis3 workflow
1 parent c26eb7b commit c00f3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_analysis3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
run: |
6868
git clone "https://x-access-token:${GH_TOKEN}@github.com/${ORG}/${TARGET_REPO}.git"
6969
cd "${TARGET_REPO}"
70-
git config user.name "access-nri-bot"
71-
git config user.email "bot@access-nri.org"
70+
git config user.name "access-bot"
71+
git config user.email "tech.accessnri@anu.edu.au"
7272
7373
- name: Create branch and update environment.yml
7474
working-directory: ${{ env.TARGET_REPO }}

0 commit comments

Comments
 (0)