Update format.yml

This commit is contained in:
freearhey
2025-10-27 02:43:34 +03:00
parent fae78d6fc2
commit fa0caf3b4a

View File

@@ -31,7 +31,6 @@ jobs:
- name: Get list of changed *.channels.xml files
id: files
run: |
git fetch origin master:master
CHANNELS_ANY_CHANGED=false
CHANNELS_ALL_CHANGED_FILES=$(git diff --diff-filter=ACMRT --name-only master -- sites/**/*.channels.xml | tr '\n' ' ')
if [ -n "${CHANNELS_ALL_CHANGED_FILES}" ]; then