mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-19 21:25:22 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f7c7bf098 | |||
| fcf16a05b8 |
@@ -5,6 +5,8 @@ if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "::error title=EOL-WARNING::Version 7.1.0 and 7.0.2 are EOL! Use v8! See notice https://github.com/Burnett01/rsync-deployments/discussions/96"
|
||||
|
||||
# Start the SSH agent and load key.
|
||||
source agent-start "$GITHUB_ACTION"
|
||||
echo "$INPUT_REMOTE_KEY" | SSH_PASS="$INPUT_REMOTE_KEY_PASS" agent-add
|
||||
|
||||
Reference in New Issue
Block a user