Skip to content

Commit 4cc8b67

Browse files
committed
fix: correct typos in downloadArtifact and artifactoryPromote actions
Signed-off-by: François Magimel <[email protected]>
1 parent 20c1a0f commit 4cc8b67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/grpcplugins/action/artifactoryPromote/artifactoryPromote.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
inputs:
77
artifacts:
88
type: string
9-
description: Artifact name or wilcard pattern.
9+
description: Artifact name or wildcard pattern.
1010
required: true
1111
maturity:
1212
type: string

contrib/grpcplugins/action/downloadArtifact/downloadArtifact.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ inputs:
77
name:
88
type: string
99
description: >
10-
Artifact name or wilcard pattern.
10+
Artifact name or wildcard pattern.
1111
1212
If empty, all the artifacts identifed as "generic" result previously uploaded in the workflow will be downloaded.
1313
path:
1414
type: string
1515
description: >
1616
Destination path
1717
18-
If empty, all the artifacts will be downloadded in the job workspace.
18+
If empty, all the artifacts will be downloaded in the job workspace.

0 commit comments

Comments
 (0)