Skip to content

Commit e5d2bfd

Browse files
Update README.md and docs (#7)
Co-authored-by: goruha <goruha@users.noreply.github.com>
1 parent 70e0caa commit e5d2bfd

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,15 @@ 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+
| config | YAML config | N/A | true |
105+
| query | JQ Query | . | true |
104106
105-
## Outputs
106107
107-
| Name | Description |
108-
|------|-------------|
109-
| result1 | Output result placeholder |
110108
<!-- markdownlint-restore -->
111109
112110

docs/github-action.md

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

45
| Name | Description | Default | Required |
56
|------|-------------|---------|----------|
6-
| param1 | Input parameter placeholder | true | true |
7+
| config | YAML config | N/A | true |
8+
| query | JQ Query | . | true |
79

8-
## Outputs
910

10-
| Name | Description |
11-
|------|-------------|
12-
| result1 | Output result placeholder |
1311
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)