mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Updated test.yml
This commit is contained in:
parent
982d4d0dea
commit
09ae9e21b6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -363,6 +363,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
with:
|
||||
since: "2022-08-19"
|
||||
target_branch_fetch_depth: "20000"
|
||||
- name: Show output
|
||||
run: |
|
||||
echo '${{ toJSON(steps.changed-files-since.outputs) }}'
|
||||
|
@ -374,6 +375,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
with:
|
||||
until: "2022-08-20"
|
||||
target_branch_fetch_depth: "20000"
|
||||
- name: Show output
|
||||
run: |
|
||||
echo '${{ toJSON(steps.changed-files-until.outputs) }}'
|
||||
|
|
Loading…
Reference in a new issue