From 78b8e06a07123f5c02dfa99bc508abf79de919ae Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 14 Dec 2021 16:55:39 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6be4cb55..dba6a4a3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -129,7 +129,7 @@ else UNIQUE_ALL_CHANGED=$(echo "${UNIQUE_ALL_CHANGED}" | awk '{gsub(/\|/,"\n"); print $0;}' | awk -v d="$INPUT_SEPARATOR" '{s=(NR==1?s:s d)$0}END{print s}') if [[ -n "${UNIQUE_ALL_CHANGED}" ]]; then - echo "Matching modified files: ${UNIQUE_ALL_CHANGED}" + echo "Matching changed files: ${UNIQUE_ALL_CHANGED}" echo "::set-output name=any_changed::true" else echo "::set-output name=any_changed::false"