v0.5.30
Use a temporary home directory for runners (#61) Creates a temporary directory as the home directory for self-hosted runners, in order to avoid warnings on each self-hosted runner invocation when the HOME environment variable is not set and the users specifies a container on the action workflow. Closes #40.