temp debugging
This commit is contained in:
@@ -41,11 +41,11 @@ jobs:
|
|||||||
|
|
||||||
# Fetch issues using the constructed URL
|
# Fetch issues using the constructed URL
|
||||||
echo ">> Fetching issues ..."
|
echo ">> Fetching issues ..."
|
||||||
curl -s -X GET \
|
curl -X GET \
|
||||||
-H "Authorization: token ${BOT_TOKEN}" \
|
-H "Authorization: token ${BOT_TOKEN}" \
|
||||||
-H "Accept: application/json" \
|
-H "Accept: application/json" \
|
||||||
"${API_URL}"
|
"${API_URL}"
|
||||||
ISSUES=$(curl -s -X GET \
|
ISSUES=$(curl -s -S -X GET \
|
||||||
-H "Authorization: token ${BOT_TOKEN}" \
|
-H "Authorization: token ${BOT_TOKEN}" \
|
||||||
-H "Accept: application/json" \
|
-H "Accept: application/json" \
|
||||||
"${API_URL}")
|
"${API_URL}")
|
||||||
|
Reference in New Issue
Block a user