1
0
mirror of https://github.com/actions/checkout.git synced 2026-07-08 19:03:47 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Gautam krishna R
f13730e802 Merge 48439d9490 into 09d2acae67 2025-06-20 13:51:48 -04:00
Gautam krishna R
48439d9490 preventing error while committing with no changes 2020-11-18 18:23:33 +05:30

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