Skip to content

Commit

Permalink
Updated test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 14, 2022
1 parent 982d4d0 commit 09ae9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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) }}'
Expand All @@ -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) }}'
Expand Down

0 comments on commit 09ae9e2

Please sign in to comment.