Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-23 09:35:25 +03:00
parent e0da7fd2a5
commit 6a82e5eb2a
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ jobs:
github-token: ${{ secrets.PAT }} github-token: ${{ secrets.PAT }}
number: ${{ steps.pull-request.outputs.pr_number }} number: ${{ steps.pull-request.outputs.pr_number }}
method: squash method: squash
- name: deploy to gh-pages - name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4.2.5
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
with: with:
@ -149,7 +149,7 @@ jobs:
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
commit-message: '[Bot] Deploy to GitHub Pages' commit-message: '[Bot] Deploy to GitHub Pages'
clean: false clean: false
- name: deploy to iptv-org/api - name: Deploy to iptv-org/api
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4.2.5
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
with: with: