mirror of https://github.com/actions/toolkit
fix formatting in core package readme (#563)
parent
634dc61da2
commit
b05573d945
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue