We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b704 commit 49479d1Copy full SHA for 49479d1
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 100
13
14
# Install Node
15
- uses: actions/setup-node@v4
0 commit comments