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}")