Update repo_health.yml

This commit is contained in:
2025-12-27 02:26:33 -06:00
parent 2415b42e9f
commit dae54f4bc8

View File

@@ -206,8 +206,7 @@ jobs:
mkdir -p "$HOME/.ssh"
key_file="$HOME/.ssh/ci_sftp_key"
printf '%s
' "${FTP_KEY}" > "${key_file}"
printf '%s\\n' "${FTP_KEY}" > "${key_file}"
chmod 600 "${key_file}"
# If FTP_PASSWORD is present, treat it as the private key passphrase and decrypt the key in place.