Update clean.yml
This commit is contained in:
parent
6da825aae0
commit
ad470e09f1
|
@ -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 pull origin bot/patch-1
|
||||||
git push -u origin bot/patch-1
|
git push -u origin bot/patch-1
|
||||||
# create-pr:
|
# create-pr:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue