Update auto-update.yml
This commit is contained in:
parent
ab62155b36
commit
69367ca57b
7
.github/workflows/auto-update.yml
vendored
7
.github/workflows/auto-update.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '[Bot] Remove duplicates'
|
commit_message: '[Bot] Remove duplicates'
|
||||||
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
file_pattern: channels/*
|
file_pattern: channels/*
|
||||||
filter:
|
filter:
|
||||||
@ -49,6 +50,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '[Bot] Filtere channels'
|
commit_message: '[Bot] Filtere channels'
|
||||||
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
file_pattern: channels/*
|
file_pattern: channels/*
|
||||||
format:
|
format:
|
||||||
@ -67,6 +69,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '[Bot] Formate playlists'
|
commit_message: '[Bot] Formate playlists'
|
||||||
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
file_pattern: channels/*
|
file_pattern: channels/*
|
||||||
detect-resolution:
|
detect-resolution:
|
||||||
@ -266,6 +269,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '[Bot] Detect resolution'
|
commit_message: '[Bot] Detect resolution'
|
||||||
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
file_pattern: channels/*
|
file_pattern: channels/*
|
||||||
generate:
|
generate:
|
||||||
@ -301,6 +305,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '[Bot] Update README.md'
|
commit_message: '[Bot] Update README.md'
|
||||||
|
commit_author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
file_pattern: README.md
|
file_pattern: README.md
|
||||||
pull-request:
|
pull-request:
|
||||||
@ -324,7 +329,7 @@ jobs:
|
|||||||
title: '[Bot] Update playlists'
|
title: '[Bot] Update playlists'
|
||||||
body: |
|
body: |
|
||||||
This pull request is created automatically by `auto-update` action.
|
This pull request is created automatically by `auto-update` action.
|
||||||
committer: GitHub <noreply@github.com>
|
committer: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>'
|
||||||
branch: bot/auto-update
|
branch: bot/auto-update
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
Loading…
Reference in New Issue
Block a user