From 8614d40a6451cdefc463e3168344e8198061c7d7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 12:40:20 -0500 Subject: [PATCH] debugging --- .gitea/workflows/tag-old-issues.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tag-old-issues.yaml b/.gitea/workflows/tag-old-issues.yaml index bcaaee5..c7a8c04 100644 --- a/.gitea/workflows/tag-old-issues.yaml +++ b/.gitea/workflows/tag-old-issues.yaml @@ -41,6 +41,8 @@ jobs: # Fetch issues using the constructed URL echo ">> Fetching issues ..." + echo ">> Using URL:" + echo "${API_URL}" ISSUES=$(curl -s -S -X GET \ -H "Authorization: token ${BOT_TOKEN}" \ -H "Accept: application/json" \