We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a2f04 + 7914a20 commit f294f6bCopy full SHA for f294f6b
1 file changed
.github/workflows/deploy.yaml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v4
26
+ with:
27
+ fetch-depth: 0
28
29
- name: Setup pgit
30
run : |
0 commit comments