From 75a9ee6cd8853e9708f1b7d4a88dd6f66a317ea0 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 19:21:37 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 3054d5d256..c48c6ccacc 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -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: