From 0fb32f477b9b8d01432a61c368711b9fce1ec46d Mon Sep 17 00:00:00 2001 From: Burnett01 Date: Mon, 1 Sep 2025 13:18:56 +0000 Subject: [PATCH] fix: change SSH agent start argument to default in entrypoint script --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2b5e1f8..2d9bccb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,7 +11,7 @@ fi source ssh-init # Start the SSH agent and load key. -source agent-start "$GITHUB_ACTION" +source agent-start default printf '%s' "$INPUT_REMOTE_KEY" | SSH_PASS="${INPUT_REMOTE_KEY_PASS}" agent-add >/dev/null 2>&1 # Variables.