From 442385e4f2d771c56214f9b4d0f60c28b4b41b25 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 27 Dec 2025 01:51:51 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 19a6e89..e878f68 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -189,7 +189,7 @@ jobs: sftp -oBatchMode=yes -oStrictHostKeyChecking=no -P "${port}" -i "${key_file}" "${FTP_USER}@${FTP_HOST}" <<'EOF' pwd bye -EOF + EOF echo "SFTP connectivity check passed." >> "${GITHUB_STEP_SUMMARY}"