Skip to content

Commit 776fd54

Browse files
fix: add comment to clarify fetch-depth setting in GitHub Actions workflow
1 parent a3b21aa commit 776fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/insights.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818
with:
19-
fetch-depth: 0
19+
fetch-depth: 0 # fetch all history so that git log can get all history
2020

2121
- name: Install Node.js
2222
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)