GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-07 08:49:36 +00:00
parent 09655eeb51
commit ed8905c272

View File

@@ -147,8 +147,8 @@ while IFS= read -r line; do
if [[ "${line}" == *'!secret '* ]]; then
echo "secret detected"
if [ ! -f "$SECRETSFILE" ]; then
bashio:log.fatal "Secrets file not found, ${line} skipped"
continue
bashio:log.fatal "Secrets file not found, ${line} skipped"
continue
fi
secret=${line#*secret }
# Check if single match