fix: large output generated by all_old_new_renamed_files output (#502)

This commit is contained in:
Tonye Jack
2022-05-25 17:47:58 -04:00
committed by GitHub
parent 42d4eb324d
commit 0edfedf16d
5 changed files with 35 additions and 8 deletions

View File

@@ -300,6 +300,7 @@ jobs:
with:
base_sha: d1c0ee4
sha: 4d04215
include_all_old_new_renamed_files: true
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files-1.outputs) }}'
@@ -318,6 +319,7 @@ jobs:
with:
base_sha: 4d04215
sha: fe238e6
include_all_old_new_renamed_files: true
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files-2.outputs) }}'