refactor: add ssh-init in entrypoint again

This commit is contained in:
Steven 2025-12-06 22:18:07 +01:00 committed by GitHub
parent 58a99456da
commit bbb166a329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then
fi fi
# Initialize SSH and known hosts. # Initialize SSH and known hosts.
source ssh-init
source hosts-init source hosts-init
# Start the SSH agent and load key. # Start the SSH agent and load key.