From 3be4279109a0c3e73a351e1be6914326ee205c52 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 1 Oct 2021 18:37:40 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 6074f14c6..4c3c77445 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -49,7 +49,7 @@ jobs: - name: Install Dependencies run: npm install - name: Format Playlists - run: node scripts/format.js --country=${{ matrix.country }} --debug + run: node scripts/format.js --country=${{ matrix.country }} --debug --offline - name: Upload Artifact uses: actions/upload-artifact@v2 with: @@ -234,14 +234,9 @@ jobs: [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} github_token: ${{ steps.generate-token.outputs.token }} - - name: Enable Pull Request Automerge - uses: peter-evans/enable-pull-request-automerge@v1 - with: - token: ${{ secrets.PAT }} - pull-request-number: ${{ steps.pr.outputs.pr_number }} - merge-method: squash - - name: Approve Pull Request - uses: juliangruber/approve-pull-request-action@v1 + - name: Merge Pull Request + uses: juliangruber/merge-pull-request-action@v1 with: github-token: ${{ secrets.PAT }} number: ${{ steps.pr.outputs.pr_number }} + method: squash