Updated test.yml

This commit is contained in:
Tonye Jack 2022-10-14 13:17:09 -06:00
parent 982d4d0dea
commit 09ae9e21b6

View File

@ -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) }}'