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