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 a6cd0cf commit f1b84cbCopy full SHA for f1b84cb
defaults/main.yml
@@ -38,10 +38,10 @@ runner_name: "{{ ansible_hostname }}"
38
# Labels to apply to the runner
39
runner_labels: []
40
41
-# GitHub repository where releases will be downloaded from
+# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
42
runner_download_repository: "actions/runner"
43
44
-# extra arguments to pass to `config.sh`
+# Extra arguments to pass to `config.sh`
45
runner_extra_config_args: ""
46
47
# Custom service name when usign Github Enterprise server
0 commit comments