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 d1b318a commit a6cd0cfCopy full SHA for a6cd0cf
README.md
@@ -85,6 +85,12 @@ runner_name: "{{ ansible_hostname }}"
85
# Labels to apply to the runner
86
runner_labels: []
87
88
+# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
89
+runner_download_repository: "actions/runner"
90
+
91
+# Extra arguments to pass to `config.sh`
92
+runner_extra_config_args: ""
93
94
# Custom service name when usign Github Enterprise server
95
# service_name: actions.runner._services.{{ runner_name }}.service
96
0 commit comments