We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983718d commit 92ff8e7Copy full SHA for 92ff8e7
.github/workflows/pr.yml
@@ -73,7 +73,9 @@ jobs:
73
- name: Checkout
74
uses: actions/checkout@v4
75
with:
76
+ fetch-depth: 0
77
filter: blob:none
78
+ persist-credentials: false
79
80
- name: Create env file
81
run: |
.github/workflows/pre-release.yml
@@ -13,6 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
18
+ filter: blob:none
19
20
21
22
.github/workflows/release.yml
@@ -14,6 +14,10 @@ jobs:
23
0 commit comments