Skip to content

Commit 6ea6e3e

Browse files
committed
add full checkout to workflow build
1 parent 9f9df5b commit 6ea6e3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/branchPR.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v2
21+
with:
22+
fetch-depth: 0
2123
- name: Set up Go
2224
uses: actions/setup-go@v2
2325
with:

0 commit comments

Comments
 (0)