From 8ffdf7a841446e31aab78107a0569b28f833c37a Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 11 Apr 2024 13:44:07 -0400 Subject: [PATCH] test --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index b18cc12..d1aeed0 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,14 @@ inputs: runs: using: 'composite' steps: + - name: Checkout repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 # Fetch all history for all branches and tags + + - name: Fetch all branches + run: git fetch --all + - name: Expired Branches id: expired-branches shell: bash