Updated test.yml
This commit is contained in:
parent
982d4d0dea
commit
09ae9e21b6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -363,6 +363,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
since: "2022-08-19"
|
since: "2022-08-19"
|
||||||
|
target_branch_fetch_depth: "20000"
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files-since.outputs) }}'
|
echo '${{ toJSON(steps.changed-files-since.outputs) }}'
|
||||||
@ -374,6 +375,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
until: "2022-08-20"
|
until: "2022-08-20"
|
||||||
|
target_branch_fetch_depth: "20000"
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files-until.outputs) }}'
|
echo '${{ toJSON(steps.changed-files-until.outputs) }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user