Update format.yml

This commit is contained in:
freearhey
2025-11-04 05:29:15 +03:00
parent 8d4a98854a
commit 4cd00f5bf1

View File

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