We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236769b commit d8339b4Copy full SHA for d8339b4
.github/workflows/build-image.yml
@@ -85,7 +85,7 @@ jobs:
85
86
if [ -z "$spdx" ] || [ "$spdx" = "NOASSERTION" ]; then
87
echo "Could not determine SPDX id (missing license or unrecognized)."
88
- exit 1
+ spdx=""
89
fi
90
91
echo "spdx=$spdx" >> "$GITHUB_OUTPUT"
0 commit comments