mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 09:12:08 -06:00
action: change default directory to ./
github.workspace directory is not available in container
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user