Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Oct 14, 2023
1 parent c221f00 commit 6e48e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 6e48e2c

Please sign in to comment.