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