actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

actions/exec: Allow to kill the child process #1656

Open holomekc opened 9 months ago

holomekc commented 9 months ago

Describe the enhancement I could not find a way at the moment. Maybe I am blind, but I would like to kill the child process spawned in actions/exec. As far as I could see it the child process (cp) in toolrunner.ts cannot be controlled this way.

Code Snippet

Additional information