From ca528d693d2270501a31ab0699bcf5ee18ab2df7 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 20 Aug 2024 23:35:13 +0100 Subject: [PATCH] testng: to see if this will fix the non reproducability issue --- get_lfs/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get_lfs/action.yml b/get_lfs/action.yml index 87825a7..72f9df4 100644 --- a/get_lfs/action.yml +++ b/get_lfs/action.yml @@ -22,5 +22,4 @@ runs: git config --local lfs.transfer.maxretries 1 git lfs install - git lfs fetch origin refs/remotes/origin/${{ inputs.ref_name }} - git lfs checkout + git lfs pull origin ${{ inputs.ref_name }}