mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update _update.yml
This commit is contained in:
parent
0dda8ae272
commit
eae27514e4
1 changed files with 12 additions and 12 deletions
24
.github/workflows/_update.yml
vendored
24
.github/workflows/_update.yml
vendored
|
@ -40,18 +40,6 @@ jobs:
|
||||||
commit-message: '[Bot] Update guides'
|
commit-message: '[Bot] Update guides'
|
||||||
clean: false
|
clean: false
|
||||||
force: false
|
force: false
|
||||||
- run: npm run api:update
|
|
||||||
- uses: JamesIves/github-pages-deploy-action@v4.4.1
|
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
|
||||||
with:
|
|
||||||
repository-name: iptv-org/api
|
|
||||||
branch: gh-pages
|
|
||||||
folder: .api
|
|
||||||
token: ${{ steps.create-app-token.outputs.token }}
|
|
||||||
git-config-name: iptv-bot[bot]
|
|
||||||
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
|
||||||
commit-message: '[Bot] Deploy to iptv-org/api'
|
|
||||||
clean: false
|
|
||||||
- run: npm run readme:update
|
- run: npm run readme:update
|
||||||
- if: ${{ !env.ACT }}
|
- if: ${{ !env.ACT }}
|
||||||
run: |
|
run: |
|
||||||
|
@ -66,6 +54,18 @@ jobs:
|
||||||
git commit -m "[Bot] Update STATUS.md"
|
git commit -m "[Bot] Update STATUS.md"
|
||||||
git status
|
git status
|
||||||
git push -u origin ${{ steps.create-branch-name.outputs.BRANCH_NAME }}
|
git push -u origin ${{ steps.create-branch-name.outputs.BRANCH_NAME }}
|
||||||
|
- run: npm run api:update
|
||||||
|
- uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||||
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
|
with:
|
||||||
|
repository-name: iptv-org/api
|
||||||
|
branch: gh-pages
|
||||||
|
folder: .api
|
||||||
|
token: ${{ steps.create-app-token.outputs.token }}
|
||||||
|
git-config-name: iptv-bot[bot]
|
||||||
|
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||||
|
commit-message: '[Bot] Deploy to iptv-org/api'
|
||||||
|
clean: false
|
||||||
- uses: repo-sync/pull-request@v2
|
- uses: repo-sync/pull-request@v2
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
id: pull-request
|
id: pull-request
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue