I happen to use runsOn: ‘companytest’ successfully on one application.
I’m trying to use runs-on: [self-hosted,linux,x64,company] but it shows a compiler error on the yaml file in github actions.
Invalid type found: one of string, number and boolean were expected but found an array
What is the difference between runsOn and runs-on ?
How to fix the workflow yaml?
I played around with the quotes runs-on: [self-hosted,linux,x64,”company”] but didn’t work.
Jay D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.