From 6e48e2c6b66eb448a0ed452f1b65ebf66c805263 Mon Sep 17 00:00:00 2001 From: jcdcdev Date: Sat, 14 Oct 2023 02:27:19 +0100 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f479c2..3e7654c 100644 --- a/action.yml +++ b/action.yml @@ -130,7 +130,7 @@ runs: echo "Logo found at $INPUT_LOGO_PATH. Using existing logo." elif [ "$INPUT_IMEJIS_GENERATE_IMAGE" == "false" ]; then echo "No logo found at $INPUT_LOGO_PATH and imejisGenerateImage is false. Downloading basic image." - text="$INPUT_PROJECT_NAME $INPUT_VERSION}" + text="$INPUT_PROJECT_NAME" colour=${INPUT_BACKGROUND_COLOR//#/} wget -O "$INPUT_LOGO_PATH" "https://dummyimage.com/$INPUT_IMAGE_SIZE/${colour}/ffffff&text=${text}"