temp debugging
All checks were successful
renovate / renovate (push) Successful in 20s
test-build / build (push) Successful in 48s

This commit is contained in:
2025-06-10 12:35:13 -05:00
parent fa57f2e93f
commit 1d9519831b

View File

@@ -41,11 +41,11 @@ jobs:
# Fetch issues using the constructed URL
echo ">> Fetching issues ..."
curl -s -X GET \
curl -X GET \
-H "Authorization: token ${BOT_TOKEN}" \
-H "Accept: application/json" \
"${API_URL}"
ISSUES=$(curl -s -X GET \
ISSUES=$(curl -s -S -X GET \
-H "Authorization: token ${BOT_TOKEN}" \
-H "Accept: application/json" \
"${API_URL}")