Skip to content

Commit

Permalink
Merge pull request #3 from neeasade/patch-1
Browse files Browse the repository at this point in the history
Document behavior of duplicate parameter keys
  • Loading branch information
Elliot Forbes authored Dec 2, 2022
2 parents 1a77c1e + 27559ea commit c851f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/set-parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ parameters:
default: ""
description: >
Mapping of path regular expressions to pipeline parameters and
values. One mapping per line, whitespace-delimited.
values. One mapping per line, whitespace-delimited. If duplicate
parameter keys are found, the last matching pattern will apply.
output-path:
type: string
default: "/tmp/pipeline-parameters.json"
Expand Down

0 comments on commit c851f6d

Please sign in to comment.