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 7a38309 commit 23798a3Copy full SHA for 23798a3
code/worker.sh
@@ -48,7 +48,7 @@ if [ x"${URL:0:22}" == x"https://api.github.com" ] || [ x"${GHURL:0:22}" == x"ht
48
echo "URL from GitHub API: $URL"
49
GHUSER=$(echo "$URL" | cut -d '/' -f 4)
50
GHREPO=$(echo "$URL" | cut -d '/' -f 5)
51
- LICENSE=$(echo "$API_JSON" | grep spdx_id | cut -d '"' -f 4 | head -n 1)
+ LICENSE=$(echo "$API_JSON" | grep spdx_id | cut -d '"' -f 4 | head -n 1) || true
52
fi
53
54
# Download the file if it is not already there
0 commit comments