From e2d3530e0fc0c07fb3eb56957c8ade9c9cc31c1d Mon Sep 17 00:00:00 2001 From: OmentaElvis Date: Thu, 8 Jan 2026 19:50:43 +0000 Subject: [PATCH] fix: add debug echo --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7232f8e..d09c930 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,7 @@ runs: # Fetch release JSON from Gitea API RESPONSE=$(curl -sL -H "Authorization: token ${{ inputs.token }}" "$GITEA_URL/$ENDPOINT") + echo $RESPONSE # Extract Tag and Download URL for the asset named 'weld' TAG=$(echo $RESPONSE | jq -r '.tag_name')