3
0
Fork 0
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:
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
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) }}'