Skip to content

Commit 6af2919

Browse files
authoredApr 9, 2024
Merge branch 'main' into product-compliance1
2 parents fe37a1f + efac41a commit 6af2919

File tree

488 files changed

+6336
-2299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

488 files changed

+6336
-2299
lines changed
 

‎.github/workflows/cloudflare.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: 18

‎.github/workflows/deploy-prd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921
- uses: actions/setup-node@v3
2022
with:
2123
node-version: 18

0 commit comments

Comments
 (0)