mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
action: change default directory to ./
github.workspace directory is not available in container
This commit is contained in:
parent
05885e8435
commit
5f9b0124a8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ inputs:
|
|||
directory:
|
||||
description: Root directory of Ansible project
|
||||
required: false
|
||||
default: ${{github.workspace}}
|
||||
default: ./
|
||||
key:
|
||||
description: SSH private key used to connect to the host
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue