Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2024
1 parent c9590b5 commit 314fb99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo reboot

#### Runner setup

- 🔴 Modify the PAT according to https://github.com/MonolithProjects/ansible-github_actions_runner?tab=readme-ov-file#requirements .
- 🔴 Modify the PAT according to <https://github.com/MonolithProjects/ansible-github_actions_runner?tab=readme-ov-file#requirements> .
- 🔴 Modify the runner name.
- 🔴 Modify the GitHub account.

Expand Down
4 changes: 2 additions & 2 deletions roles/runner_configuration/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
ansible.builtin.file:
path: /opt/runner-scripts
state: directory
mode: '0755'
mode: "0755"

- name: Install the cleanup script
become: yes
ansible.builtin.copy:
src: "{{ role_path }}/files/cleanup_script.sh"
dest: "/opt/runner-scripts/cleanup_script.sh"
mode: '0755'
mode: "0755"

- name: Append cleanup script to actions-runner .env
become: yes
Expand Down

0 comments on commit 314fb99

Please sign in to comment.