Update clean.yml
This commit is contained in:
parent
6c5b6e1b40
commit
0b7d0fa633
|
@ -189,17 +189,17 @@ jobs:
|
|||
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
|
||||
git pull
|
||||
git push
|
||||
# create-pr:
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: update
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
# with:
|
||||
# ref: bot/remove-broken-links
|
||||
# - name: Create Pull Request
|
||||
# uses: peter-evans/create-pull-request@v3
|
||||
# with:
|
||||
# title: '[Bot] Remove broken links'
|
||||
# body: |
|
||||
# This pull request is created automatically.
|
||||
create-pr:
|
||||
runs-on: ubuntu-latest
|
||||
needs: update
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: bot/patch-1
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
title: '[Bot] Remove broken links'
|
||||
body: |
|
||||
This pull request is created automatically.
|
||||
|
|
Loading…
Reference in New Issue