NextChapterSoftware / ec2-action-builder

This is a custom GitHub action to provision and manage self-hosted runners using AWS EC2 On-Demand and/or Spot instances.
Apache License 2.0
11 stars 7 forks source link

Support custom runner cli args e.g --disableupdate #27

Closed mahdi-torabi closed 3 months ago

mahdi-torabi commented 3 months ago

Adding github_action_runner_extra_cli_args which can be used to append extra arguments to runner startup command cli. e.g --disableupdate to disable auto-updates.