mirror of https://github.com/actions/toolkit
PR feedback.
parent
5ce4932391
commit
ae706665a1
|
@ -126,5 +126,5 @@ const core = require('@actions/core');
|
||||||
|
|
||||||
var pid = core.getState("pidToKill");
|
var pid = core.getState("pidToKill");
|
||||||
|
|
||||||
kill(pid);
|
process.kill(pid);
|
||||||
```
|
```
|
Loading…
Reference in New Issue