Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-05-26 15:43:15 +03:00
parent 5bfc665004
commit 1df1e4970c
1 changed files with 3 additions and 0 deletions

View File

@ -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: