Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garden command fails when using this action, but works when shelling out #13

Closed
frizzr opened this issue Sep 25, 2024 · 1 comment
Closed

Comments

@frizzr
Copy link

frizzr commented Sep 25, 2024

Although this action works for installing Garden (notwithstanding a dependency on the Github CLI that is not mentioned as a requirement - I'd recommend changing the installation methodology to use curl), if you try to issue a command via this action, it always fails with this error:

No 'run' handler configured for Run type 'container' in environment 'local'. Are you missing a provider configuration?

My environment for running this action is not github.com for Github Actions, but rather using our own Github Enterprise server. My guess is that this action may work fine with github.com runners, but not for Github Enterprise with our own runners.

On first glance, you may think there is an issue with our custom base image for our Github Action runners, but we have proven that to be false since I can simply shell out with Github Actions and run the garden CLI, which works just fine.

I am happy to provide more details on request.

@frizzr
Copy link
Author

frizzr commented Sep 30, 2024

I'm going to go ahead and close this issue given it is more of an issue with garden itself and not this action.

I started an issue with Garden: garden-io/garden#6493

@frizzr frizzr closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant