mirror of https://github.com/actions/toolkit
Missed one
parent
770cf14bde
commit
db9fd45770
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue