From e3d85272e5eee9337e8d7aae6e861387da63c1a4 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Tue, 18 May 2021 20:50:38 +0700 Subject: [PATCH] feat: change default action path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 475f35e..986924d 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ branding: inputs: path: description: "Location for this action to run" - default: $GITHUB_WORKSPACE + default: $INPUT_GITHUB_WORKSPACE required: false updpkgsums: description: "Update checksums on PKGBUILD"