Update clean.yml

pull/2717/head
freearhey 4 years ago
parent 8d4f3140ed
commit 877e41963b

@ -185,18 +185,18 @@ jobs:
run: | run: |
git add . git add .
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 push git push -u origin bot/patch-1
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/patch-1 # ref: bot/remove-broken-links
- 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.

Loading…
Cancel
Save