We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I copied the code present here https://github.com/marketplace/actions/on-demand-self-hosted-aws-ec2-runner-for-github-actions-with-windows-support for a github workflow file and it gives me an error regarding de ec2 os action input. When looking at the action.yaml, there is nothing regarding the OS field. Is the action documentation out of date?
The text was updated successfully, but these errors were encountered:
Just want to point out that the action you're referencing is a fork maintained by someone else, but I think I see the problem.
The sample code specifies a Linux runner using ec2-base-os while the documentation has a parameter with a slightly different name:
ec2-base-os
Given that the code in that fork specifies the parameter as ec2-os, it seems like the sample code there is out-of-date.
ec2-os
Sorry, something went wrong.
No branches or pull requests
Hi. I copied the code present here https://github.com/marketplace/actions/on-demand-self-hosted-aws-ec2-runner-for-github-actions-with-windows-support for a github workflow file and it gives me an error regarding de ec2 os action input. When looking at the action.yaml, there is nothing regarding the OS field. Is the action documentation out of date?
The text was updated successfully, but these errors were encountered: