From db9fd457701d109a4c06dac4b25129dc52964cb6 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Wed, 21 Aug 2019 01:16:47 -0400 Subject: [PATCH] Missed one --- packages/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');