We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f59c1a commit 324700dCopy full SHA for 324700d
.github/workflows/deploy.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
48
49
50
51
52
53
@@ -97,6 +101,8 @@ jobs:
97
101
98
102
99
103
104
105
100
106
107
108
0 commit comments