mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
chore: increase fetch-depth to resolve error with test (#1316)
This commit is contained in:
parent
4904bb2843
commit
89f014aed9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -670,6 +670,7 @@ jobs:
|
||||||
base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
|
base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
|
||||||
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
|
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
|
||||||
recover_deleted_files: true
|
recover_deleted_files: true
|
||||||
|
fetch_depth: 60000
|
||||||
|
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
|
@ -702,6 +703,7 @@ jobs:
|
||||||
files: |
|
files: |
|
||||||
test
|
test
|
||||||
recover_deleted_files: true
|
recover_deleted_files: true
|
||||||
|
fetch_depth: 60000
|
||||||
|
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
|
@ -736,6 +738,7 @@ jobs:
|
||||||
- test/**.txt
|
- test/**.txt
|
||||||
- test/**.md
|
- test/**.md
|
||||||
recover_deleted_files: true
|
recover_deleted_files: true
|
||||||
|
fetch_depth: 60000
|
||||||
|
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
|
@ -767,6 +770,7 @@ jobs:
|
||||||
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
|
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
|
||||||
recover_deleted_files: true
|
recover_deleted_files: true
|
||||||
recover_deleted_files_to_destination: "deleted_files"
|
recover_deleted_files_to_destination: "deleted_files"
|
||||||
|
fetch_depth: 60000
|
||||||
|
|
||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue