Skip to content

Commit

Permalink
Revert output
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Mar 3, 2024
1 parent 71963a9 commit 84888ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -7,6 +7,6 @@ GREETING="Hello, $INPUT_WHO_TO_GREET!"
echo "::notice file=entrypoint.sh,line=7::$GREETING"

Check notice on line 7 in entrypoint.sh

View workflow job for this annotation

GitHub Actions / Docker Tests

Hello, Mona Lisa Octocat!

Check notice on line 7 in entrypoint.sh

View workflow job for this annotation

GitHub Actions / GitHub Actions Test

Hello, Mona Lisa Octocat!

# Write outputs to the $GITHUB_OUTPUT file
echo "greeting=$GREETING" >>"$GITHUB_OUTPUT"
echo "time=$(date)" >>"$GITHUB_OUTPUT"

exit 0

0 comments on commit 84888ed

Please sign in to comment.