We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26eb7b commit c00f3b5Copy full SHA for c00f3b5
.github/workflows/update_analysis3.yaml
@@ -67,8 +67,8 @@ jobs:
67
run: |
68
git clone "https://x-access-token:${GH_TOKEN}@github.com/${ORG}/${TARGET_REPO}.git"
69
cd "${TARGET_REPO}"
70
- git config user.name "access-nri-bot"
71
- git config user.email "bot@access-nri.org"
+ git config user.name "access-bot"
+ git config user.email "tech.accessnri@anu.edu.au"
72
73
- name: Create branch and update environment.yml
74
working-directory: ${{ env.TARGET_REPO }}
0 commit comments