From 6bf8287520f863315ac790bdb72d3e224a8bce71 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 22:32:24 +0100 Subject: [PATCH] workflows: change default directory to ./ --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bbe18a..7bf949e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: -v $PWD:/wd \ -w /wd \ -e INPUT_PLAYBOOK="playbook.yml" \ - -e INPUT_DIRECTORY="${{github.workspace}}" \ + -e INPUT_DIRECTORY="./" \ -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" \ -e INPUT_OPTIONS="--inventory hosts --limit remote" \ action