fix formatting in core package readme (#563)

This commit is contained in:
Tom Jenkinson
2021-04-12 14:50:56 +01:00
committed by GitHub
parent 634dc61da2
commit b05573d945

View File

@@ -62,10 +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