Skip to content

Commit ece8dc3

Browse files
committed
fix canary w/ fetch depth
1 parent 9049e79 commit ece8dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ jobs:
206206
if: github.event.pull_request.head.repo.full_name == github.repository
207207
steps:
208208
- uses: actions/checkout@v3
209+
with:
210+
fetch-depth: 0
209211
- uses: actions/setup-node@v3
210212
with:
211213
node-version: 16

0 commit comments

Comments
 (0)