Skip to content

Commit 2445c79

Browse files
committedMar 15, 2025·
do a full clone in the action for now
1 parent dbc5c19 commit 2445c79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
steps:
3636
- if: ${{ github.event_name == 'push' }}
3737
uses: actions/checkout@v4
38+
with:
39+
# todo remove me again after the update
40+
ref: ${{ github.ref_name }}
41+
fetch-depth: 0
3842
- if: ${{ github.event_name == 'pull_request' }}
3943
uses: actions/checkout@v4
4044
with:

0 commit comments

Comments
 (0)