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
303d56f54d
Merge 48439d9490 into 85e6279cec 2025-02-01 11:08:40 +00:00
Gautam krishna R
48439d9490
preventing error while committing with no changes 2020-11-18 18:23:33 +05:30

View File

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