mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 17:27:42 +00:00
Merge branch 'main' into dependabot/github_actions/super-linter/super-linter-6
This commit is contained in:
commit
55c9896456
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user