-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-240 ability to display workflow inputs and outputs
- Loading branch information
1 parent
8df7c09
commit ef810cc
Showing
7 changed files
with
152 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Description | ||
|
||
Default test | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Inputs | ||
|
||
| name | description | required | default | | ||
| --- | --- | --- | --- | | ||
| `inputA` | <p>A description A</p> | `false` | `""` | | ||
| `inputB` | <p>A description B</p> | `true` | `""` | | ||
| `inputC` | <p>A description C</p> | `true` | `C` | | ||
| `inputD` | <p>A description D</p> | `false` | `D` | | ||
| `inputE` | <p>A description E</p> | `false` | `false` | | ||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Outputs | ||
|
||
| name | description | | ||
| --- | --- | | ||
| `outputA` | <p>A description A</p> | | ||
| `outputB` | <p>A description B</p> | | ||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
|
||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Runs | ||
|
||
This action is a `node12` action. | ||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Description | ||
Default test | ||
<!-- action-docs-description action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Inputs | ||
| name | description | required | default | | ||
| --- | --- | --- | --- | | ||
| `inputA` | <p>A description A</p> | `false` | `""` | | ||
| `inputB` | <p>A description B</p> | `true` | `""` | | ||
| `inputC` | <p>A description C</p> | `true` | `C` | | ||
| `inputD` | <p>A description D</p> | `false` | `D` | | ||
| `inputE` | <p>A description E</p> | `false` | `false` | | ||
<!-- action-docs-inputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Outputs | ||
| name | description | | ||
| --- | --- | | ||
| `outputA` | <p>A description A</p> | | ||
| `outputB` | <p>A description B</p> | | ||
<!-- action-docs-outputs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> | ||
## Runs | ||
This action is a `node12` action. | ||
<!-- action-docs-runs action="__tests__/fixtures/action/all_fields_action.yml.crlf" --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,4 @@ This action is a `node12` action. | |
# Default: test | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.