We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221f00 commit 6e48e2cCopy full SHA for 6e48e2c
action.yml
@@ -130,7 +130,7 @@ runs:
130
echo "Logo found at $INPUT_LOGO_PATH. Using existing logo."
131
elif [ "$INPUT_IMEJIS_GENERATE_IMAGE" == "false" ]; then
132
echo "No logo found at $INPUT_LOGO_PATH and imejisGenerateImage is false. Downloading basic image."
133
- text="$INPUT_PROJECT_NAME $INPUT_VERSION}"
+ text="$INPUT_PROJECT_NAME"
134
colour=${INPUT_BACKGROUND_COLOR//#/}
135
136
wget -O "$INPUT_LOGO_PATH" "https://dummyimage.com/$INPUT_IMAGE_SIZE/${colour}/ffffff&text=${text}"
0 commit comments