1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-10 09:01:44 +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
```