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 81b5fb1 commit 9d4f9eaCopy full SHA for 9d4f9ea
action.yml
@@ -96,7 +96,7 @@ runs:
96
if [[ ! "${{ inputs.ignore }}" =~ description ]]; then
97
echo "::group::description"
98
echo "https://hacs.xyz/docs/publish/include#check-repository"
99
- if [ ! -z "${data}" ]; then
+ if [ ! -z "${data}" ] && [ "${data}" != "null" ]; then
100
echo "${data}"
101
echo "✅ The repository has a description" >> "${{ github.action_path }}/result"
102
else
0 commit comments