From 0f2d2bd9a24076b9e10373c89d3752b9697efac7 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 5 Jun 2025 04:27:26 -0400 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 0d1a1c9..4221aca 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,6 @@ runs: -F sha='${{ gitea.sha }}' \ -F prefix='${{ inputs.prefix }}' \ -F filename='${{ inputs.file }}' \ - -F data=@'${{ inputs.file }}' \ -F is_folder='${{ inputs.is_folder }}' \ ${{ vars.PACK_HOST }}/api/upload/${{ gitea.repository }}/${{ inputs.feature }} - run: echo "Upload complete" \ No newline at end of file