Merge pull request #2879 from iptv-org/update-actions
Update GitHub actions
This commit is contained in:
commit
f9cfcedef0
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Remove duplicates"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Remove duplicates [skip ci]"
|
||||||
git pull
|
git pull
|
||||||
git push
|
git push
|
||||||
format:
|
format:
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Format playlists"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Format playlists [skip ci]"
|
||||||
git pull
|
git pull
|
||||||
git push
|
git push
|
||||||
generate:
|
generate:
|
||||||
@ -69,6 +69,6 @@ jobs:
|
|||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md [skip ci]"
|
||||||
git pull
|
git pull
|
||||||
git push
|
git push
|
||||||
|
4
.github/workflows/clean.yml
vendored
4
.github/workflows/clean.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * 0'
|
- cron: '0 6 * * 0'
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
@ -182,7 +182,7 @@ jobs:
|
|||||||
name: channels
|
name: channels
|
||||||
path: channels/${{ matrix.country }}.m3u
|
path: channels/${{ matrix.country }}.m3u
|
||||||
pull-request:
|
pull-request:
|
||||||
needs: check
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user