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
38f968a5ac Merge 48439d9490 into 71cf2267d8 2025-11-18 16:16:29 -08:00
Gautam krishna R
48439d9490 preventing error while committing with no changes 2020-11-18 18:23:33 +05:30

View File

@@ -350,7 +350,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
```