whywaita / myshoes

Auto-scaling VirtualMachine runner 🏃 for GitHub Actions
MIT License
132 stars 13 forks source link

Do not execute backquoted as shell command in RunnerService.js #177

Closed takonomura closed 12 months ago

takonomura commented 12 months ago

The following line was interpreted by bash causing the Runner listener exited with error code to be executed as a command.

https://github.com/whywaita/myshoes/blob/309d5260eb41cf6a234a0c2b1a110a94bb937406/pkg/starter/scripts/RunnerService.js#L44