mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
workflows: add directory input
This commit is contained in:
parent
6125b23431
commit
05885e8435
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
||||||
--link host \
|
--link host \
|
||||||
-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_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
|
||||||
|
|
Loading…
Reference in a new issue