From 6c57b1194109903c6b62e65b394f833172f03968 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 07:59:48 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f958de21..6c5d1a16 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: HEAD_SHA=$(git rev-parse ${TARGET_BRANCH} || true) fi - if [[ -z $INPUT_FILES ]]; then + if [[ -z "${{ inputs.files }}" ]]; then echo "Getting diff..."