Skip to content

Commit 8718b19

Browse files
committed
Fetch full repo
1 parent 6f21df3 commit 8718b19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
17+
1518
- uses: actions/setup-node@v1
1619
with:
1720
node-version: 12

0 commit comments

Comments
 (0)