|
|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
|
|
|
|
branch: bot/auto-update
|
|
|
|
|
file_pattern: channels/*
|
|
|
|
|
remove-duplicates:
|
|
|
|
|
sort:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
needs: format
|
|
|
|
|
steps:
|
|
|
|
@ -48,20 +48,20 @@ jobs:
|
|
|
|
|
ref: bot/auto-update
|
|
|
|
|
- name: Install Dependencies
|
|
|
|
|
run: npm install
|
|
|
|
|
- name: Remove Duplicates
|
|
|
|
|
run: node scripts/remove-duplicates.js
|
|
|
|
|
- name: Sort Channels
|
|
|
|
|
run: node scripts/sort.js
|
|
|
|
|
- name: Commit Changes
|
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
|
with:
|
|
|
|
|
commit_message: '[Bot] Remove duplicates'
|
|
|
|
|
commit_message: '[Bot] Sort channels'
|
|
|
|
|
commit_user_name: iptv-bot
|
|
|
|
|
commit_user_email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
|
|
|
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
|
|
|
|
branch: bot/auto-update
|
|
|
|
|
file_pattern: channels/*
|
|
|
|
|
sort:
|
|
|
|
|
remove-duplicates:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
needs: remove-duplicates
|
|
|
|
|
needs: sort
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
@ -69,12 +69,12 @@ jobs:
|
|
|
|
|
ref: bot/auto-update
|
|
|
|
|
- name: Install Dependencies
|
|
|
|
|
run: npm install
|
|
|
|
|
- name: Sort Channels
|
|
|
|
|
run: node scripts/sort.js
|
|
|
|
|
- name: Remove Duplicates
|
|
|
|
|
run: node scripts/remove-duplicates.js
|
|
|
|
|
- name: Commit Changes
|
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
|
with:
|
|
|
|
|
commit_message: '[Bot] Sort channels'
|
|
|
|
|
commit_message: '[Bot] Remove duplicates'
|
|
|
|
|
commit_user_name: iptv-bot
|
|
|
|
|
commit_user_email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
|
|
|
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
|
|
|
@ -82,7 +82,7 @@ jobs:
|
|
|
|
|
file_pattern: channels/*
|
|
|
|
|
filter:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
needs: sort
|
|
|
|
|
needs: remove-duplicates
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
@ -297,6 +297,7 @@ jobs:
|
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
|
with:
|
|
|
|
|
name: channels
|
|
|
|
|
path: channels
|
|
|
|
|
- name: Commit Changes
|
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
|
with:
|
|
|
|
@ -336,6 +337,7 @@ jobs:
|
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
|
with:
|
|
|
|
|
name: gh-pages
|
|
|
|
|
path: .gh-pages
|
|
|
|
|
- name: Generate Token
|
|
|
|
|
uses: tibdex/github-app-token@v1
|
|
|
|
|
id: generate-token
|
|
|
|
@ -346,7 +348,7 @@ jobs:
|
|
|
|
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
|
|
|
|
with:
|
|
|
|
|
branch: gh-pages
|
|
|
|
|
folder: gh-pages
|
|
|
|
|
folder: .gh-pages
|
|
|
|
|
token: ${{ steps.generate-token.outputs.token }}
|
|
|
|
|
git-config-name: iptv-bot
|
|
|
|
|
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
|
|
|
|