1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-26 18:03:53 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Gautam krishna R
e2520a0174 Merge 48439d9490 into ff7abcd0c3 2025-08-20 01:44:13 +08:00
Gautam krishna R
48439d9490 preventing error while committing with no changes 2020-11-18 18:23:33 +05:30

View File

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