diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index ca8e802034..046b698f49 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -386,7 +386,7 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Update from master - run: git merge origin/master + run: git fetch && git merge origin/master - name: Create Pull Request id: pr uses: peter-evans/create-pull-request@v3