From 1b8de67d22bb244cf4bbe064b4e4990277ba95aa Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 23 Feb 2022 11:58:00 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5c0ec077e6..f865c25080 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -139,7 +139,7 @@ jobs: number: ${{ steps.pull-request.outputs.pr_number }} method: squash - name: Deploy to gh-pages - uses: JamesIves/github-pages-deploy-action@v4.1.1 + uses: JamesIves/github-pages-deploy-action@4.1.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: branch: gh-pages @@ -150,7 +150,7 @@ jobs: commit-message: '[Bot] Deploy to GitHub Pages' clean: false - name: Deploy to iptv-org/api - uses: JamesIves/github-pages-deploy-action@v4.1.1 + uses: JamesIves/github-pages-deploy-action@4.1.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: repository-name: iptv-org/api