try fetch-depth: 2
This commit is contained in:
parent
0b66dd9913
commit
64f72d6cf2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/block-merge.yml
vendored
2
.github/workflows/block-merge.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Get changed files in the .changeset folder
|
- name: Get changed files in the .changeset folder
|
||||||
id: changed-files-specific
|
id: changed-files-specific
|
||||||
|
|
Loading…
Reference in a new issue