From 1f2c1561a8328a4e05f43e013291d207e599dcdc Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 25 May 2023 00:06:29 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e0f6a779..4e366489 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,6 +23,6 @@ jobs: git config user.name ${{ github.actor }} git config user.email '${{ github.actor }}@users.noreply.github.com' git add data/channels.csv - git commit -m "[Bot] Update channels.csv" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/database/actions/runs/${{ github.run_id }}) workflow." -m "${{ steps.issue-process.outputs.OUTPUT }}" --no-verify + git diff --quiet && git diff --staged --quiet || git commit -m "[Bot] Update channels.csv" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/database/actions/runs/${{ github.run_id }}) workflow." -m "${{ steps.issue-process.outputs.OUTPUT }}" --no-verify git status git push