diff --git a/action.yml b/action.yml index da51313..31a55ba 100644 --- a/action.yml +++ b/action.yml @@ -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