8000
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.
2 parents f1a3f8e + 4236d2d commit a7abac5Copy full SHA for a7abac5
actions_install.sh
@@ -37,7 +37,7 @@ arduino-cli core update-index > /dev/null
37
case "$GITHUB_REPOSITORY" in
38
(*/ci-arduino|*/Adafruit_Learning_System_Guides) ;;
39
(*)
40
- repo_topics=$(curl --request GET --url "https://api.github.com/repos/$GITHUB_REPOSITORY" | jq -r '.topics[]')
+ repo_topics=$($(curl --request GET --url "https://api.github.com/repos/$GITHUB_REPOSITORY" || []) | jq -r '.topics[]')
41
if [[ ! $repo_topics =~ "arduino-library" ]]; then
42
echo "::warning::arduino-library is not found in this repo topics. Please add this tag in repo About"
43
fi
0 commit comments