Open abelsiqueira opened 2 years ago
I had to set connection: local on the most basic level of the file. I had to set runner_user: "vagrant" inside the github_actions_runner vars.
connection: local
runner_user: "vagrant"
vars
I had to set
connection: local
on the most basic level of the file. I had to setrunner_user: "vagrant"
inside the github_actions_runnervars
.