We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8ff74 commit 918620fCopy full SHA for 918620f
.github/actions/common-reporting/action.yml
@@ -25,7 +25,7 @@ runs:
25
env:
26
NODE_OPTIONS: --max-old-space-size=8192
27
with:
28
- name: ${{ inputs.caller-name }}-${{ inputs.name }}
+ name: ${{ inputs.report-name }}-${{ inputs.name }}
29
path: ${{ inputs.report-path }}
30
list-suites: failed
31
list-tests: failed
0 commit comments