mirror of
https://github.com/actions/container-action.git
synced 2025-06-13 08:40:37 +00:00
Fix linter error
This commit is contained in:
parent
addd2d9e92
commit
eb20feefde
@ -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