From bf72c8dfa3cf8de498a8622b5e064cdd79acbe9b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 22:30:07 +0100 Subject: [PATCH] README: change default directory to ./ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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