From dae54f4bc853cb6e9d0d7a1eed3dbf4aab091a8a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 27 Dec 2025 02:26:33 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 8871617..0b532c9 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -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.