Update auto-update.yml

pull/6500/head
Aleksandr Statciuk 3 years ago
parent 19f3adf66d
commit 9cec8b85d1

@ -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

Loading…
Cancel
Save