From 7c3a354bd4edac06c82abe1bbab20e035f7ecb2e Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 12 Oct 2023 21:41:23 -0700 Subject: [PATCH] Ensure checkout even on fail, reduces noise --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a84d94..9e7d974 100644 --- a/action.yml +++ b/action.yml @@ -180,5 +180,5 @@ runs: # Fix - Clone for action.yml and other verifications - name: Checkout Action repo to pass tests - if: inputs.repository != github.repository + if: always() && inputs.repository != github.repository uses: actions/checkout@v3