From d812c17f501c1f56ec730f627558c009c5565f08 Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 19 Jun 2025 13:55:55 +0200 Subject: [PATCH] fix: removing the checkout on version 3 --- action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yaml b/action.yaml index fe7ec59..4c49e7e 100644 --- a/action.yaml +++ b/action.yaml @@ -41,8 +41,6 @@ runs: /usr/bin/git lfs fetch origin refs/remotes/origin/${{ gitea.ref_name }} /usr/bin/git lfs checkout - /usr/bin/git add . - /usr/bin/git reset --hard - name: Checkout if: ${{ inputs.checkout-version == '4' }}