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 c5346f3 commit 646fc06Copy full SHA for 646fc06
action.yml
@@ -123,7 +123,7 @@ runs:
123
echo "README_HTML=$(printf '%q' "$README_ENCODED")" >> $GITHUB_ENV
124
- name: Generate Logo
125
shell: bash
126
- if: ${{ ! -f "$INPUT_LOGO_PATH" }}
+ if: ${{ ! -f "${{ env.INPUT_LOGO_PATH }}" }}
127
run: |
128
if [ "$INPUT_IMEJIS_GENERATE_IMAGE" == "false" ]; then
129
echo "No logo found at $INPUT_LOGO_PATH and IMEJIS_GENERATE_IMAGE is false. Downloading basic image."
0 commit comments