We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbed982 commit c9eb6b9Copy full SHA for c9eb6b9
1 file changed
.github/workflows/node.js.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
with:
22
ref: ${{ github.head_ref }}
23
+ fetch-depth: 0 # Fetch complete git history
24
- name: Use Node.js
25
uses: actions/setup-node@v4
26
0 commit comments