Update auto-update.yml

what-a-patch-1
Aleksandr Statciuk 5 years ago
parent 3fca677b21
commit e1211e7a13

@ -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…
Cancel
Save