Fix linter error
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ GREETING="Hello, $INPUT_WHO_TO_GREET!"
|
|||||||
echo "::notice file=entrypoint.sh,line=7::$GREETING"
|
echo "::notice file=entrypoint.sh,line=7::$GREETING"
|
||||||
|
|
||||||
# Write outputs to the $GITHUB_OUTPUT file
|
# Write outputs to the $GITHUB_OUTPUT file
|
||||||
echo "greeting=$GREETING" >> "$GITHUB_OUTPUT"
|
echo "greeting=$GREETING" >>"$GITHUB_OUTPUT"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user