From 3505d14cd2f5d9fcbafbf3c328112c0559649a00 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 27 Dec 2025 01:36:09 -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 cc7abee..afae459 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}"