1
0
Fork 0

Missed one

pull/70/head
Jason Etcovitch 2019-08-21 01:16:47 -04:00
parent 770cf14bde
commit db9fd45770
1 changed files with 1 additions and 1 deletions

View File

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