We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b639ab3 commit 9725726Copy full SHA for 9725726
README.md
@@ -164,6 +164,7 @@ jobs:
164
github_action_runner_version: v2.300.2 # Optional (default is latest release)
165
github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command
166
github_job_start_ttl_seconds: 60 # Optional - (defaults to 0 disabling this feature)
167
+ github_api_retry_delay: 10 # Optional - Delay when polling for runner registration (default is 10 seconds)
168
ec2_instance_type: c5.4xlarge
169
ec2_ami_id: ami-008fe2fc65df48dac
170
ec2_root_disk_size_gb: "100" # Optional - (defaults to AMI settings)
0 commit comments