Skip to content

Commit c3fdc63

Browse files
committed
changed yaml to fetch depth 0 for checking out
1 parent 210d92c commit c3fdc63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Checkout current repository content for latest
1919
uses: actions/checkout@v2
2020
with:
21+
fetch-depth: 0
2122
submodules: 'true'
2223
token: ${{ secrets.PAT }}
2324

0 commit comments

Comments
 (0)