3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

chore: increase fetch-depth to resolve error with test (#1316)

This commit is contained in:
Tonye Jack 2023-06-26 18:27:09 -06:00 committed by GitHub
parent 4904bb2843
commit 89f014aed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |