diff --git a/packages/core/README.md b/packages/core/README.md index 5ad27eed..95428cf3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -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); -``` \ No newline at end of file +```