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