workflows: add directory input

This commit is contained in:
Dawid Dziurla
2020-03-24 22:26:46 +01:00
parent 6125b23431
commit 05885e8435

View File

@@ -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