Skip to content

Commit 6678230

Browse files
Fix typo in README
1 parent 2aeefbd commit 6678230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this example the Ansible role will deploy (or redeploy) the GitHub Actions ru
101101
- role: monolithprojects.github_actions_runner
102102
```
103103

104-
By using tag `uninstall` with compination of variable `uninstall_runner: yes`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
104+
By using tag `uninstall` with combination of variable `uninstall_runner: yes`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
105105

106106
```bash
107107
ansible-playbook playbook.yml --tags uninstall -e "uninstall_runner=yes"

0 commit comments

Comments
 (0)