docs(README): fix minor formatting issue (#819)

This commit is contained in:
Federico Grandi
2021-05-24 16:23:40 +02:00
committed by GitHub
parent e9c6ee99a5
commit dc8e290405

View File

@@ -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).