We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9df5b commit 6ea6e3eCopy full SHA for 6ea6e3e
1 file changed
.github/workflows/branchPR.yaml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v2
21
+ with:
22
+ fetch-depth: 0
23
- name: Set up Go
24
uses: actions/setup-go@v2
25
with:
0 commit comments