feat: add support for fetching more history

This commit is contained in:
Tonye Jack
2022-10-25 14:12:36 -06:00
parent f10717dc73
commit fe56d428c0
3 changed files with 34 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run changed-files since 2022-08-19
id: changed-files-since
uses: ./
@@ -113,13 +113,13 @@ jobs:
exit 1
shell:
bash
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-since.outputs) }}'
shell:
bash
- name: Run changed-files until 2022-08-20
id: changed-files-until
uses: ./
@@ -216,11 +216,10 @@ jobs:
- name: Checkout to branch
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 2
- name: Run changed-files with a single commit history
id: changed-files
continue-on-error: true
uses: ./
- name: Show output