File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,21 @@ Feel free to use it as reference and starting point.
96
96
97
97
98
98
<!-- markdownlint-disable -->
99
+
99
100
## Inputs
100
101
101
102
| Name | Description | Default | Required |
102
103
|------|-------------|---------|----------|
103
- | param1 | Input parameter placeholder | true | true |
104
+ | matrix-key | Matrix key | N/A | false |
105
+ | matrix-step-name | Matrix step name | N/A | false |
106
+ | outputs | YAML structured map of outputs | N/A | false |
107
+
104
108
105
109
## Outputs
106
110
107
111
| Name | Description |
108
112
|------|-------------|
109
- | result1 | Output result placeholder |
113
+ | result | Outputs result |
110
114
<!-- markdownlint-restore -->
111
115
112
116
Original file line number Diff line number Diff line change 1
1
<!-- markdownlint-disable -->
2
+
2
3
## Inputs
3
4
4
5
| Name | Description | Default | Required |
5
6
| ------| -------------| ---------| ----------|
6
- | param1 | Input parameter placeholder | true | true |
7
+ | matrix-key | Matrix key | N/A | false |
8
+ | matrix-step-name | Matrix step name | N/A | false |
9
+ | outputs | YAML structured map of outputs | N/A | false |
10
+
7
11
8
12
## Outputs
9
13
10
14
| Name | Description |
11
15
| ------| -------------|
12
- | result1 | Output result placeholder |
16
+ | result | Outputs result |
13
17
<!-- markdownlint-restore -->
You can’t perform that action at this time.
0 commit comments