Update clean.yml

This commit is contained in:
freearhey 2021-05-06 19:21:37 +03:00
parent a2a44425e7
commit 33c244a33b
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ jobs:
- name: Commit Changes
run: |
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
uses: ad-m/github-push-action@master
with: