From dc8e2904053bb2030162c6a6e4df4fce14dd18bd Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 24 May 2021 16:23:40 +0200 Subject: [PATCH] docs(README): fix minor formatting issue (#819) --- packages/core/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/README.md b/packages/core/README.md index 95428cf3..c1a16abd 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -62,11 +62,10 @@ catch (err) { // setFailed logs the message and sets a failing exit code core.setFailed(`Action failed with error ${err}`); } +``` Note that `setNeutral` is not yet implemented in actions V2 but equivalent functionality is being planned. -``` - #### Logging Finally, this library provides some utilities for logging. Note that debug logging is hidden from the logs by default. This behavior can be toggled by enabling the [Step Debug Logs](../../docs/action-debugging.md#step-debug-logs).