From 4e9abbee832ec27614a8e9cd5897832ad1cdd07a Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 5 Jun 2025 04:45:34 -0400 Subject: [PATCH] Update action.yml --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 4b6bff0..290e3c9 100644 --- a/action.yml +++ b/action.yml @@ -27,9 +27,6 @@ runs: - name: 'Upload file' run: | curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \ - -F ref='${{ gitea.ref }}' \ - -F sha='${{ gitea.sha }}' \ - -F filename='${{ inputs.file }}' \ -F data=@'${{ inputs.file }}' \ -F is_folder='${{ inputs.is_folder }}' \ ${{ vars.PACK_HOST }}/api/upload/${{ gitea.repository }}/${{ inputs.feature }}