Skip to content

Commit ecce62a

Browse files
authored
remove the raw json log output which can be very big (#7)
1 parent edaf98b commit ecce62a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

action.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ runs:
3434
shell: bash
3535
run: |
3636
python -m pip install pytest more-itertools
37-
- name: print the json log
38-
shell: bash
39-
run: |
40-
echo "::group::json log"
41-
cat ${{ inputs.log-path }}
42-
echo "::endgroup::"
4337
- name: produce the issue body
4438
shell: bash
4539
run: |

0 commit comments

Comments
 (0)