Skip to content

Commit cc53996

Browse files
🩹 [Patch]: Ensure fetch-depth is set to 0 in checkout step of Action-Test workflow
1 parent 8c023f7 commit cc53996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repo
2626
uses: actions/checkout@v5
27+
with:
28+
fetch-depth: 0
2729

2830
- name: Upload module artifact
2931
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)