Update clean.yml

This commit is contained in:
freearhey 2021-05-06 19:19:58 +03:00
parent bc4ea9943d
commit a2a44425e7

View File

@ -184,10 +184,12 @@ jobs:
- name: Commit Changes - name: Commit Changes
run: | run: |
git add . git add .
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u" git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
git config pull.rebase false - name: Push Changes
git pull origin bot/patch-1 uses: ad-m/github-push-action@master
git push -u origin bot/patch-1 with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: bot/patch-1
# create-pr: # create-pr:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# needs: update # needs: update