From 2236359cc0b83cb40b237c335e934765898add19 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 27 Dec 2025 01:35:47 -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 b41d192..cc7abee 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -178,8 +178,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}" port="${FTP_PORT:-22}"