Skip to content

Commit 88fe1ce

Browse files
authored
Update check-badges.yml
1 parent 071e5f9 commit 88fe1ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-badges.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
needs: check-badges
8484
if: needs.check-badges.outputs.branch_name != ''
8585
steps:
86+
- name: Checkout repository
87+
uses: actions/checkout@v3
88+
with:
89+
fetch-depth: 0
90+
8691
- name: Download branch name artifact
8792
uses: actions/download-artifact@v4
8893
with:

0 commit comments

Comments
 (0)