We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fc050 commit 2955fa0Copy full SHA for 2955fa0
.github/workflows/build.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout Repository
16
uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Set up Node.js
21
uses: actions/setup-node@v4
0 commit comments