Skip to content

Commit

Permalink
Forgot default url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Apr 24, 2024
1 parent 91d87db commit 888a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/operations.runner/tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: "{{ item.repo_name }} | Setup GitHub Runner"
shell:
cmd: "cd {{ operations_github_runner_path }} && ./config.sh remove --token {{ github_runner_registration_token.token }} && ./config.sh --replace --unattended --url {{ item.repo_host | default() }}/{{ item.repo_name }} --token {{ github_runner_registration_token.token }} --name {{ item.runner_name }} --labels {{ item.runner_labels }}"
cmd: "cd {{ operations_github_runner_path }} && ./config.sh remove --token {{ github_runner_registration_token.token }} && ./config.sh --replace --unattended --url {{ item.repo_host | default('https://github.com') }}/{{ item.repo_name }} --token {{ github_runner_registration_token.token }} --name {{ item.runner_name }} --labels {{ item.runner_labels }}"
chdir: "{{ operations_github_runner_path }}"
become: true
become_user: "{{ item.user }}"
Expand Down

0 comments on commit 888a08e

Please sign in to comment.