mirror of
https://github.com/iptv-org/iptv
synced 2026-04-27 13:17:01 -04:00
Update clean.yml
This commit is contained in:
28
.github/workflows/clean.yml
vendored
28
.github/workflows/clean.yml
vendored
@@ -189,17 +189,17 @@ jobs:
|
|||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
|
||||||
git pull
|
git pull
|
||||||
git push
|
git push
|
||||||
# create-pr:
|
create-pr:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: update
|
needs: update
|
||||||
# steps:
|
steps:
|
||||||
# - name: Checkout
|
- name: Checkout
|
||||||
# uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# with:
|
with:
|
||||||
# ref: bot/remove-broken-links
|
ref: bot/patch-1
|
||||||
# - name: Create Pull Request
|
- name: Create Pull Request
|
||||||
# uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
# with:
|
with:
|
||||||
# title: '[Bot] Remove broken links'
|
title: '[Bot] Remove broken links'
|
||||||
# body: |
|
body: |
|
||||||
# This pull request is created automatically.
|
This pull request is created automatically.
|
||||||
|
|||||||
Reference in New Issue
Block a user