Merge branch 'main' into dependabot/github_actions/super-linter/super-linter-6

This commit is contained in:
Nick Alteen 2024-02-22 09:28:29 -05:00 committed by GitHub
commit 55c9896456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 "greeting=$GREETING" >>"$GITHUB_OUTPUT"
exit 0