From 4cd00f5bf1ecc2025036c9176ea4e61bc9563f62 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 4 Nov 2025 05:29:15 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a227063c..79774ab4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -50,7 +50,7 @@ jobs: - name: Commit changed *.channels.xml files if: steps.files.outputs.channels_any_changed == 'true' run: | - git add streams + git add sites 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