File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ inputs:
7070 job-identifier :
7171 description : >-
7272 Unique identifier appended to the artifact name (`problems-report-<job-identifier>`).
73- Set this to a matrix dimension (e.g. `${{ matrix.module }} `) when calling this action
73+ Set this to a matrix dimension value (e.g. the value of ` matrix.module`) when calling this action
7474 from a reusable workflow that is invoked in a matrix, to produce human-readable artifact
7575 names. When omitted, a UUID is generated automatically to guarantee uniqueness.
7676 default : ' '
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ inputs:
6262 job-identifier :
6363 description : >-
6464 Unique identifier appended to the artifact name (`npm-logs-<job-identifier>`).
65- Set this to a matrix dimension (e.g. `${{ matrix.module }} `) when calling this action
65+ Set this to a matrix dimension value (e.g. the value of ` matrix.module`) when calling this action
6666 from a reusable workflow that is invoked in a matrix, to produce human-readable artifact
6767 names. When omitted, a UUID is generated automatically to guarantee uniqueness.
6868 default : ' '
You can’t perform that action at this time.
0 commit comments