From 05885e84352819df8f932b0fa44fc1bd88733c6c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 22:26:46 +0100 Subject: [PATCH] workflows: add directory input --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b5bbf1..4bbe18a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,8 @@ jobs: --link host \ -v $PWD:/wd \ -w /wd \ - -e INPUT_PLAYBOOK=playbook.yml \ + -e INPUT_PLAYBOOK="playbook.yml" \ + -e INPUT_DIRECTORY="${{github.workspace}}" \ -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" \ -e INPUT_OPTIONS="--inventory hosts --limit remote" \ action