mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
action: remove default value for directory input
This commit is contained in:
parent
6bf8287520
commit
7294666400
1 changed files with 1 additions and 2 deletions
|
@ -8,9 +8,8 @@ inputs:
|
|||
description: Ansible playbook filepath
|
||||
required: true
|
||||
directory:
|
||||
description: Root directory of Ansible project
|
||||
description: Root directory of Ansible project (defaults to current)
|
||||
required: false
|
||||
default: ./
|
||||
key:
|
||||
description: SSH private key used to connect to the host
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue