Skip to content

Commit a6cd0cf

Browse files
Edit README
1 parent d1b318a commit a6cd0cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ runner_name: "{{ ansible_hostname }}"
8585
# Labels to apply to the runner
8686
runner_labels: []
8787

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+
8894
# Custom service name when usign Github Enterprise server
8995
# service_name: actions.runner._services.{{ runner_name }}.service
9096

0 commit comments

Comments
 (0)