Closed tonyhutter closed 1 year ago
The lint-code
check has been running for a day. I'm not sure what's going on with that.
@machulav would you mind taking a look at this? I have a few more PRs that I want to submit after this one gets in.
@machulav thanks for you suggestions. I've included them all in my latest push.
I get this when using pre-runner-script
Warning: Unexpected input(s) 'pre-runner-script', valid inputs are ['mode', 'github-token', 'ec2-image-id', 'ec2-instance-type', 'subnet-id', 'security-group-id', 'label', 'ec2-instance-id', 'iam-role-name', 'aws-resource-tags', 'runner-home-dir']
Any reason why? as it is a valid input in actions.yml
ah nvm it's not tagged that's why. are we expecting a new tag soon?
+1 can we get a new tag?
@machulav any way we can get a new release that includes the pre-runner-script option?
Add a
pre-runner-script
option to specify arbitrary bash commands to run before the runner starts up on the instance. This is useful if you need to install dependencies or have OS-specific setup steps. For example: