mirror of
https://github.com/actions/checkout.git
synced 2026-02-21 20:32:05 +00:00
Compare commits
2 Commits
ccbf582478
...
394dc88658
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
394dc88658 | ||
|
|
48439d9490 |
@ -351,7 +351,7 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "generated"
|
git diff-index --quiet HEAD || git commit -m "generated"
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user