mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-10 01:52:54 +08:00
PR feedback.
This commit is contained in:
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…
x
Reference in New Issue
Block a user