mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 14:00:06 +02:00
Merge 48439d9490
into 85e6279cec
This commit is contained in:
commit
303d56f54d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,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…
Add table
Reference in a new issue