mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 21:22:56 +08:00
Missed one
This commit is contained in:
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:
|
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');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user