From 3f7c7bf0988e608076cff8de6ccddbbb273c1962 Mon Sep 17 00:00:00 2001 From: Burnett01 Date: Mon, 1 Jun 2026 13:42:35 +0200 Subject: [PATCH] chore: add error warning for 7.1.0 and 7.0.2 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 00c43eb..06d61c8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then exit 1 fi -echo "::warning title=DEPRECATION-WARNING::Version 7.1.0 and 7.0.2 are deprecated! Use v8! See deprecation notice https://github.com/Burnett01/rsync-deployments/discussions/96" +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"