From 30b211bc5bdd6bc7b5656c9793692bc592e60d12 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 06:59:20 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a68fac6649..8f1df1173a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -383,6 +383,8 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} + - name: Update from master + run: git merge origin/master - name: Create Pull Request id: pr uses: peter-evans/create-pull-request@v3