Skip to content

Commit

Permalink
fix formatting in core package readme (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Apr 12, 2021
1 parent 634dc61 commit b05573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b05573d

Please sign in to comment.