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