We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2323f93 commit 7914a20Copy full SHA for 7914a20
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