10
Some checks failed
Continuous Integration / container (push) Failing after 0s
Continuous Integration / Docker Tests (push) Failing after 1s
Continuous Integration / GitHub Actions Test (push) Failing after 1s
Lint Codebase / Lint Codebase (push) Failing after 2s
/ A job to say hello (push) Failing after 1s

This commit is contained in:
Arswarog 2025-03-20 15:11:36 +03:00
parent d95804095a
commit a627b29230

View File

@ -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