From c7785c026762450b2da817be70e8282bbeb1bfb6 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Sun, 14 Sep 2025 11:50:37 +0300 Subject: [PATCH] fix: trailing space AGAIN --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10bc178..3eaffc7 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: - name: Verify services are running run: | ssh -o StrictHostKeyChecking=yes \ - -o UserKnownHostsFile= ~/.ssh/known_hosts \ + -o UserKnownHostsFile=~/.ssh/known_hosts \ -i ~/.ssh/id_rsa \ "${REMOTE_USER}@${REMOTE_HOST}" \ docker-compose -f ${DEPLOYMENT_PATH} ps