Update clean.yml

pull/2717/head
freearhey 4 years ago
parent a2a44425e7
commit 33c244a33b

@ -184,7 +184,7 @@ jobs:
- name: Commit Changes - name: Commit Changes
run: | run: |
git add . git add .
git commit -m "[Bot] Update ${{ matrix.country }}.m3u" git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
- name: Push Changes - name: Push Changes
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master
with: with:

Loading…
Cancel
Save