Skip to content

Commit

Permalink
cd first
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent 1098451 commit 86d5b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ash.runner/tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: Configure GitHub Runner
shell:
cmd: "{{ ash_github_runner_path }}/config.sh remove --token {{ item.runner_token }} && ./config.sh --url {{ item.repo_url }} --token {{ item.runner_token }} --name {{ item.runner_name }} --labels {{ item.runner_labels }}"
cmd: "cd {{ ash_github_runner_path }} && ./config.sh remove --token {{ item.runner_token }} && ./config.sh --url {{ item.repo_url }} --token {{ item.runner_token }} --name {{ item.runner_name }} --labels {{ item.runner_labels }}"
chdir: "{{ ash_github_runner_path }}"
become: true
become_user: "{{ item.user }}"
Expand Down

0 comments on commit 86d5b01

Please sign in to comment.