Skip to content

Commit 40f8a83

Browse files
PREQ-4918: Remove expression syntax from job-identifier descriptions
1 parent e17ea0d commit 40f8a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: ''

build-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: ''

0 commit comments

Comments
 (0)