From 3d08511371c92d03cb29895dffe5eb7fb0ed0988 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Sun, 14 Sep 2025 11:45:27 +0300 Subject: [PATCH] fix: PLEASE --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1e5fe4..d30d903 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ runs: -o UserKnownHostsFile=~/.ssh/known_hosts \ -i ~/.ssh/id_rsa \ "${REMOTE_USER}@${REMOTE_HOST}" \ - "cd "$(dirname "${DEPLOYMENT_PATH}")" && docker-compose up -d --timeout ${TIMEOUT}" + "cd $(dirname ${DEPLOYMENT_PATH}) && docker-compose up -d --timeout ${TIMEOUT}" shell: bash - name: Verify services are running