Skip to content

Commit bb8eb54

Browse files
Praveenrajmaniwlan0
authored andcommitted
fix github actions setting
``` issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0 ``` Reference: codecov/codecov-action#190
1 parent ab6f492 commit bb8eb54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Check out code into the Go module directory
2929
uses: actions/checkout@v2
30+
with:
31+
fetch-depth: 2
3032

3133
- name: Build and upload coverage to Codecov
3234
env:

0 commit comments

Comments
 (0)