Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49479d1

Browse files
committedMay 7, 2024
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.