Update clean.yml
This commit is contained in:
parent
839cb9c612
commit
0892d9c12d
|
@ -185,8 +185,7 @@ 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"
|
||||||
- name: Pull Remote
|
- name: Pull Remote
|
||||||
run: |
|
run: |
|
||||||
git config pull.ff only
|
git pull origin bot/patch-1 --rebase
|
||||||
git pull origin bot/patch-1 --allow-unrelated-histories
|
|
||||||
- name: Push Changes
|
- name: Push Changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue