README: change default directory to ./

This commit is contained in:
Dawid Dziurla
2020-03-24 22:30:07 +01:00
parent 5f9b0124a8
commit bf72c8dfa3

View File

@@ -9,7 +9,7 @@ An action that executes given Ansible playbook on selected hosts.
uses: dawidd6/action-ansible-playbook
with:
playbook: deploy.yml
directory: ${{github.workspace}}
directory: ./
key: ${{secrets.SSH_PRIVATE_KEY}}
options: |
--inventory hosts