We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05f78e commit 463a2f8Copy full SHA for 463a2f8
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
17
- name: Setup Bun
18
uses: oven-sh/setup-bun@v2
.github/workflows/deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
21
22
23
24
25
26
27
0 commit comments