Update clean.yml

This commit is contained in:
freearhey 2021-05-06 19:54:36 +03:00
parent 0af663c269
commit 9d8165a1f7
1 changed files with 2 additions and 6 deletions

View File

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