add checkout
This commit is contained in:
parent
a66497202d
commit
a7e200ef11
1 changed files with 4 additions and 0 deletions
4
.github/workflows/block-merge.yml
vendored
4
.github/workflows/block-merge.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get changed files in the .changeset folder
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v29
|
||||
|
|
Loading…
Add table
Reference in a new issue