Skip to content

Commit

Permalink
Add core.info to Logging section
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Jun 24, 2020
1 parent 9e2d61e commit 7a1a0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ try {
}

// Do stuff
core.info('Output to the actions build log')
}
catch (err) {
core.error(`Error ${err}, action may still succeed though`);
Expand Down Expand Up @@ -143,4 +144,4 @@ const core = require('@actions/core');
var pid = core.getState("pidToKill");
process.kill(pid);
```
```

0 comments on commit 7a1a0dd

Please # to comment.