3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-06-25 09:43:43 +00:00
This commit is contained in:
Gautam krishna R 2025-06-20 13:51:48 -04:00 committed by GitHub
commit f13730e802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -326,7 +326,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git diff-index --quiet HEAD || git commit -m "generated"
git push
```