global config instead of repo specific
This commit is contained in:
parent
62afeca1c5
commit
c2f3c36747
4
.github/workflows/update_examples.yml
vendored
4
.github/workflows/update_examples.yml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Update examples collection" || echo "git exited with code 1, nothing changed"
|
git commit -m "Update examples collection" || echo "git exited with code 1, nothing changed"
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user