balchua / microk8s-actions

Bootstrap MicroK8s with Github Actions
34 stars 9 forks source link

Use HOME env for creating .kube directory. #19

Closed hpidcock closed 1 year ago

hpidcock commented 1 year ago

When using self-hosted runners, it is possible to be running under a different user than the default runner user. This fixes a small inconsistency with other executeCommands in the same function, to use the $HOME env to create the .kube directory.

hpidcock commented 1 year ago

Nevermind, looks like this was fixed recently :)

balchua commented 1 year ago

Nevertheless thank you @hpidcock for the contribution.