diff --git a/README.md b/README.md index 1d40ce8..8b9b4b3 100644 --- a/README.md +++ b/README.md @@ -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