From 76f4fe3b15964b7ba518c7a5f57b240fd427addf Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 22 Feb 2022 19:54:53 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index bcb92ad72..52a3d209c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -133,7 +133,7 @@ jobs: [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.2.0 + uses: JamesIves/github-pages-deploy-action@4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: branch: gh-pages @@ -143,9 +143,8 @@ jobs: git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to GitHub Pages' clean: false - - run: git checkout ${{ steps.create-branch-name.outputs.branch_name }} - name: Deploy to iptv-org/api - uses: JamesIves/github-pages-deploy-action@4.2.0 + uses: JamesIves/github-pages-deploy-action@4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: repository-name: iptv-org/api