workflows: change default directory to ./

This commit is contained in:
Dawid Dziurla 2020-03-24 22:32:24 +01:00
parent bf72c8dfa3
commit 6bf8287520
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -22,7 +22,7 @@ jobs:
-v $PWD:/wd \ -v $PWD:/wd \
-w /wd \ -w /wd \
-e INPUT_PLAYBOOK="playbook.yml" \ -e INPUT_PLAYBOOK="playbook.yml" \
-e INPUT_DIRECTORY="${{github.workspace}}" \ -e INPUT_DIRECTORY="./" \
-e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" \ -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" \
-e INPUT_OPTIONS="--inventory hosts --limit remote" \ -e INPUT_OPTIONS="--inventory hosts --limit remote" \
action action