From 5e1754901bbcf3087f789e1cf713567630975627 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 22 Jan 2023 16:28:45 +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 1048d9c5ba..b99ef6c51f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -113,7 +113,7 @@ jobs: git status git push -u origin ${{ steps.create-branch-name.outputs.BRANCH_NAME }} - name: Deploy to gh-pages - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.4.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: branch: gh-pages @@ -125,7 +125,7 @@ jobs: single-commit: true clean: true - name: Deploy to iptv-org/api - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.4.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: repository-name: iptv-org/api