diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 52a3d209c..a1347bb20 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.5 + uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: branch: gh-pages @@ -144,7 +144,7 @@ jobs: commit-message: '[Bot] Deploy to GitHub Pages' clean: false - name: Deploy to iptv-org/api - uses: JamesIves/github-pages-deploy-action@4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: repository-name: iptv-org/api