From 106317ddaa70e333edc8652b99c64f6dae35896b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 22:23:30 +0100 Subject: [PATCH] README: add directory input --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ea5866..1d40ce8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ An action that executes given Ansible playbook on selected hosts. uses: dawidd6/action-ansible-playbook with: playbook: deploy.yml + directory: ${{github.workspace}} key: ${{secrets.SSH_PRIVATE_KEY}} options: | --inventory hosts