From 06a4cb66d48f95fc536b3e658209f6c91995e261 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:49:17 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7fe7e7ac..a227063c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -48,11 +48,11 @@ jobs: git config user.name "iptv-bot[bot]" git config user.email "84861620+iptv-bot[bot]@users.noreply.github.com" - name: Commit changed *.channels.xml files - if: steps.files_after.outputs.channels_any_changed == 'true' + if: steps.files.outputs.channels_any_changed == 'true' run: | git add streams git status git commit -m "[Bot] Format *.channels.xml files" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [format](https://github.com/iptv-org/epg/actions/runs/${{ github.run_id }}) workflow." --no-verify - name: Push all changes to the repository - if: ${{ !env.ACT && github.ref == 'refs/heads/master' && steps.files_after.outputs.channels_any_changed == 'true' }} + if: ${{ !env.ACT && github.ref == 'refs/heads/master' && steps.files.outputs.channels_any_changed == 'true' }} run: git push \ No newline at end of file