Skip to content

Commit 06c1c9a

Browse files
Update README.md and docs (#8)
Co-authored-by: goruha <[email protected]>
1 parent fb4ce08 commit 06c1c9a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,21 @@ Feel free to use it as reference and starting point.
9696
9797
9898
<!-- markdownlint-disable -->
99+
99100
## Inputs
100101
101102
| Name | Description | Default | Required |
102103
|------|-------------|---------|----------|
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+
104108
105109
## Outputs
106110
107111
| Name | Description |
108112
|------|-------------|
109-
| result1 | Output result placeholder |
113+
| result | Outputs result |
110114
<!-- markdownlint-restore -->
111115
112116

docs/github-action.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<!-- markdownlint-disable -->
2+
23
## Inputs
34

45
| Name | Description | Default | Required |
56
|------|-------------|---------|----------|
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+
711

812
## Outputs
913

1014
| Name | Description |
1115
|------|-------------|
12-
| result1 | Output result placeholder |
16+
| result | Outputs result |
1317
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)