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 8ffdf7a commit 2c6fd4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ runs:
using: 'composite'
steps:
- name: Checkout repository
shell: bash
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Fetch all branches
shell: bash
run: git fetch --all

- name: Expired Branches
id: expired-branches
shell: bash
Expand Down

0 comments on commit 2c6fd4a

Please sign in to comment.