mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
fix: change SSH agent start argument to default in entrypoint script
This commit is contained in:
parent
844957283c
commit
0fb32f477b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ fi
|
||||||
source ssh-init
|
source ssh-init
|
||||||
|
|
||||||
# Start the SSH agent and load key.
|
# 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
|
printf '%s' "$INPUT_REMOTE_KEY" | SSH_PASS="${INPUT_REMOTE_KEY_PASS}" agent-add >/dev/null 2>&1
|
||||||
|
|
||||||
# Variables.
|
# Variables.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue