Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-08-03 07:45:05 +03:00
parent 831179989a
commit 1280fb7769
1 changed files with 3 additions and 1 deletions

View File

@ -385,8 +385,10 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Fetch Origin
run: git fetch origin
- name: Update from master
run: git fetch && git merge origin/master
run: git merge origin/master
- name: Create Pull Request
id: pr
uses: peter-evans/create-pull-request@v3