From 0468b848bb366cc637b57a1faca9706c6e07a232 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 21:06:39 -0700 Subject: [PATCH] Creating ne wrelease --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e8ac949..a0fd28c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh -l +set -e + # Checking if the key input is not empty if [[ "$INPUT_KEY" ]]; then # If it is not empty, it uses the key for the rsync command @@ -14,4 +16,3 @@ time=$(date) echo "-----------------------------" echo "| Files copied successfully |" echo "-----------------------------" -echo "::set-output name=time::$time"