We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdb563 commit 787fbf0Copy full SHA for 787fbf0
.github/workflows/code-pushup-fork.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v4
28
+ with:
29
+ fetch-depth: 0
30
- name: Set up Node.js
31
uses: actions/setup-node@v4
32
with:
0 commit comments