Fixing indentation

This commit is contained in:
Igor
2025-02-19 16:14:48 +01:00
committed by GitHub
parent bc5b640a6f
commit 34e7be1ca7

View File

@@ -83,7 +83,7 @@ runs:
echo " - server: $NAME/$DL_PATH/" >> "dlrouter-${FILENAME}.yaml"
if [[ "$DOWNLOAD_EXCLUDE" != null && -n "$DOWNLOAD_EXCLUDE" ]]; then
echo " rules:" >> dlrouter-${FILENAME}.yaml
echo " - field: location.country.iso_code" >> dlrouter-${FILENAME}.yaml
echo " - field: location.country.iso_code" >> dlrouter-${FILENAME}.yaml
echo " not_in:" >> dlrouter-${FILENAME}.yaml
echo " - ${DOWNLOAD_EXCLUDE}" >> dlrouter-${FILENAME}.yaml
fi
@@ -99,4 +99,4 @@ runs:
with:
name: config-${{ inputs.variant }}
path: ${{ github.workspace }}/*.yaml
if-no-files-found: ignore
if-no-files-found: ignore