Revert output

This commit is contained in:
Nick Alteen
2024-03-02 21:12:09 -05:00
parent 71963a967c
commit 84888ed472
+1 -1
View File
@@ -7,6 +7,6 @@ GREETING="Hello, $INPUT_WHO_TO_GREET!"
echo "::notice file=entrypoint.sh,line=7::$GREETING"
# Write outputs to the $GITHUB_OUTPUT file
echo "greeting=$GREETING" >>"$GITHUB_OUTPUT"
echo "time=$(date)" >>"$GITHUB_OUTPUT"
exit 0