mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-16 23:17:49 +00:00
Update test.yml
This commit is contained in:
parent
4703a0ce80
commit
61af1b57e4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -215,8 +215,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout to branch
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Run changed-files with a single commit history
|
||||
- name: Run changed-files
|
||||
id: changed-files
|
||||
uses: ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue