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

This commit is contained in:
2025-06-10 12:29:25 -05:00
parent 9e01002d4e
commit fa57f2e93f

View File

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