|
|
|
@ -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:
|
|
|
|
|