From 5f9b0124a8d5b02684ebf221aca8356ff494113f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 22:29:40 +0100 Subject: [PATCH] action: change default directory to ./ github.workspace directory is not available in container --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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