From a627b29230ca999037e44970d6b71069988ed5f2 Mon Sep 17 00:00:00 2001 From: Arswarog Date: Thu, 20 Mar 2025 15:11:36 +0300 Subject: [PATCH] 10 --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d7335de..f8e31a7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,9 +4,9 @@ GREETING="Hello, $INPUT_WHO_TO_GREET!" # Use workflow commands to do things like set debug messages -echo "::notice file=entrypoint.sh,line=7::$GREETING" +echo "$GREETING" # Write outputs to the $GITHUB_OUTPUT file -echo "time=$(date)" >>"$GITHUB_OUTPUT" +echo "time=$(date)" exit 0