Skip to content

Commit 49479d1

Browse files
committed
Increase fetch-depth to make Sentry commit tracking happy in CI
1 parent 822b704 commit 49479d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 100
1113

1214
# Install Node
1315
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)