Skip to content

Commit 6e48e2c

Browse files
committed
fix
1 parent c221f00 commit 6e48e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ runs:
130130
echo "Logo found at $INPUT_LOGO_PATH. Using existing logo."
131131
elif [ "$INPUT_IMEJIS_GENERATE_IMAGE" == "false" ]; then
132132
echo "No logo found at $INPUT_LOGO_PATH and imejisGenerateImage is false. Downloading basic image."
133-
text="$INPUT_PROJECT_NAME $INPUT_VERSION}"
133+
text="$INPUT_PROJECT_NAME"
134134
colour=${INPUT_BACKGROUND_COLOR//#/}
135135
136136
wget -O "$INPUT_LOGO_PATH" "https://dummyimage.com/$INPUT_IMAGE_SIZE/${colour}/ffffff&text=${text}"

0 commit comments

Comments
 (0)