1
0
mirror of https://githubfast.com/actions/checkout.git synced 2024-10-30 16:50:46 +00:00
This commit is contained in:
Gautam krishna R 2024-03-03 23:01:12 +01:00 committed by GitHub
commit f219f7e0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,7 +277,7 @@ jobs:
git config user.name github-actions git config user.name github-actions
git config user.email github-actions@github.com git config user.email github-actions@github.com
git add . git add .
git commit -m "generated" git diff-index --quiet HEAD || git commit -m "generated"
git push git push
``` ```