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 42d35e0 commit 852c7d7Copy full SHA for 852c7d7
action.yml
@@ -121,7 +121,7 @@ runs:
121
pandoc $INPUT_README_PATH -o README.html --quiet
122
readme_html_single_line=$(cat README.html | tr '\n' ' ')
123
readme_encoded=$(echo -n "$readme_html_single_line" | jq -s -R -r @uri)
124
- echo "README_HTML=$(printf '%q' "$readme_encoded")" >> $GITHUB_ENV
+ echo "INPUT_README_HTML=$(printf '%q' "$readme_encoded")" >> $GITHUB_ENV
125
126
- name: Generate Logo
127
shell: bash
0 commit comments