Skip to content

Commit 646fc06

Browse files
committed
refactor
1 parent c5346f3 commit 646fc06

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
@@ -123,7 +123,7 @@ runs:
123123
echo "README_HTML=$(printf '%q' "$README_ENCODED")" >> $GITHUB_ENV
124124
- name: Generate Logo
125125
shell: bash
126-
if: ${{ ! -f "$INPUT_LOGO_PATH" }}
126+
if: ${{ ! -f "${{ env.INPUT_LOGO_PATH }}" }}
127127
run: |
128128
if [ "$INPUT_IMEJIS_GENERATE_IMAGE" == "false" ]; then
129129
echo "No logo found at $INPUT_LOGO_PATH and IMEJIS_GENERATE_IMAGE is false. Downloading basic image."

0 commit comments

Comments
 (0)