We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2482ad8 commit 054f0f0Copy full SHA for 054f0f0
1 file changed
.github/workflows/deploy-instance-repo.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Set git identity
27
run: |
28
- git config --global user.name "scverse-bot"
29
- git config --global user.email "108668866+scverse-bot@users.noreply.github.com"
+ git config --global user.name "scverse-pr-creator[bot]"
+ git config --global user.email "272303624+scverse-pr-creator[bot]@users.noreply.github.com"
30
31
- name: Checkout template repository
32
uses: actions/checkout@v6
0 commit comments