Update clean.yml

what-a-patch-1
freearhey 5 years ago
parent 7afb6911b4
commit 93e236135c

@ -185,6 +185,7 @@ 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 config pull.rebase false
git pull origin bot/patch-1 git pull origin bot/patch-1
git push -u origin bot/patch-1 git push -u origin bot/patch-1
# create-pr: # create-pr:

Loading…
Cancel
Save