mirror of
https://github.com/actions/checkout.git
synced 2025-06-09 02:52:39 +08:00
Compare commits
2 Commits
5b9e274732
...
656e4565ba
Author | SHA1 | Date | |
---|---|---|---|
|
656e4565ba | ||
|
48439d9490 |
@ -282,7 +282,7 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "generated"
|
git diff-index --quiet HEAD || git commit -m "generated"
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user