temp debugging
This commit is contained in:
@@ -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" \
|
||||||
|
Reference in New Issue
Block a user