mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
README: point to a tag instead of master branch
This commit is contained in:
parent
f13d1bd963
commit
d300a38a99
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ An action that executes given Ansible playbook on selected hosts.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook@master
|
uses: dawidd6/action-ansible-playbook@v1
|
||||||
with:
|
with:
|
||||||
playbook: deploy.yml
|
playbook: deploy.yml
|
||||||
directory: ./
|
directory: ./
|
||||||
|
|
Loading…
Reference in a new issue