Skip to content

v0.5.30

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 18:49
· 288 commits to main since this release
102ed6f
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.