Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco authored Apr 11, 2024
1 parent d0edd61 commit 8ffdf7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffdf7a

Please sign in to comment.