mirror of
https://github.com/iptv-org/epg
synced 2025-12-15 09:56:42 -05:00
Update format.yml
This commit is contained in:
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Commit changed *.channels.xml files
|
- name: Commit changed *.channels.xml files
|
||||||
if: steps.files.outputs.channels_any_changed == 'true'
|
if: steps.files.outputs.channels_any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add streams
|
git add sites
|
||||||
git status
|
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
|
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
|
- name: Push all changes to the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user