We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a381373 commit 37ce6faCopy full SHA for 37ce6fa
.github/workflows/generate.yml
@@ -50,8 +50,8 @@ jobs:
50
- name: Commit changes, if any
51
if: steps.git-check.outputs.modified == 'true'
52
run: |
53
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
54
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "zoo-github-actions-auth[bot]@users.noreply.github.com"
+ git config --local user.name "zoo-github-actions-auth[bot]"
55
git remote set-url origin https://${{ github.actor }}:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
56
git fetch origin
57
git add .
0 commit comments