myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deregistration is broken due to `exec` call

nmalaguti opened this issue · comments

This replaces the running bash script with the given arguments. This means the trap will no longer run on a signal.

It should be updated to simply

"$@"