mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Fixing indentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user