global config instead of repo specific

This commit is contained in:
Johnny Cena 2025-08-20 13:18:13 +02:00
parent 62afeca1c5
commit c2f3c36747

View File

@ -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