From d4ee156d61fdc5988b894fa69039bdec1b0d7a3f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 07:52:55 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 19eeeafdb..680564674 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -385,10 +385,6 @@ 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 merge origin/master - name: Create Pull Request id: pr uses: peter-evans/create-pull-request@v3