Skip to content

Commit 918620f

Browse files
committed
Fix var name
1 parent 0c8ff74 commit 918620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/common-reporting/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
env:
2626
NODE_OPTIONS: --max-old-space-size=8192
2727
with:
28-
name: ${{ inputs.caller-name }}-${{ inputs.name }}
28+
name: ${{ inputs.report-name }}-${{ inputs.name }}
2929
path: ${{ inputs.report-path }}
3030
list-suites: failed
3131
list-tests: failed

0 commit comments

Comments
 (0)