From 1d9519831b1d47c5834ce4e4d3d4166dbbb0a505 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 12:35:13 -0500 Subject: [PATCH] temp debugging --- .gitea/workflows/tag-old-issues.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tag-old-issues.yaml b/.gitea/workflows/tag-old-issues.yaml index e9f191c..585398b 100644 --- a/.gitea/workflows/tag-old-issues.yaml +++ b/.gitea/workflows/tag-old-issues.yaml @@ -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}")