From 44331773fa49e2b6497274fd648126b107bcd56b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 23 Mar 2020 20:40:11 +0100 Subject: [PATCH] action: set ${{github.workspace}} as default path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 35896960..d0bd960b 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ inputs: path: description: Where to unpack the artifact required: false - default: './' + default: ${{github.workspace}} runs: using: node12 main: main.js