Update auto-update.yml
This commit is contained in:
parent
1df1e4970c
commit
09fbf66414
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
@ -44,9 +44,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add README.md
|
git add README.md
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
||||||
- name: Revert Uncommited Changes
|
- name: Discard Uncommited Changes
|
||||||
run: |
|
run: |
|
||||||
git checkout .
|
git checkout -- .
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user