diff --git a/packages/core/README.md b/packages/core/README.md index d60fc5c7..ade0b6f3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -35,7 +35,7 @@ core.exportSecret('secretVar', variableWithSecretValue); You can explicitly add items to the path for all remaining steps in a workflow: -``` +```js const core = require('@actions/core'); core.addPath('pathToTool');