1
0
Fork 0

Add core.info to Logging section

pull/507/head
Thomas Boop 2020-06-24 10:48:13 -04:00 committed by GitHub
parent 9e2d61e548
commit 7a1a0dd6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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`);
@ -143,4 +144,4 @@ const core = require('@actions/core');
var pid = core.getState("pidToKill");
process.kill(pid);
```
```