Skip to content

Commit

Permalink
chore: remove generated data from test readme files (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm authored Feb 18, 2024
1 parent f8a45a1 commit 6bccf0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions __tests__/fixtures/all_fields_readme.input
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- action-docs-header action="__tests__/fixtures/all_fields_action.yml" -->
## An Action
<!-- action-docs-header action="__tests__/fixtures/all_fields_action.yml" -->

<!-- action-docs-description action="__tests__/fixtures/all_fields_action.yml" -->
Expand Down Expand Up @@ -47,28 +46,13 @@ Default test
<!-- action-docs-usage action="__tests__/fixtures/all_fields_action.yml" project="npalm/action-docs" version="v1" -->

<!-- action-docs-inputs action="__tests__/fixtures/all_fields_action.yml" -->
### 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/all_fields_action.yml" -->

<!-- action-docs-outputs action="__tests__/fixtures/all_fields_action.yml" -->
### Outputs

| name | description |
| --- | --- |
| `outputA` | <p>A description A</p> |
| `outputB` | <p>A description B</p> |
<!-- action-docs-outputs action="__tests__/fixtures/all_fields_action.yml" -->

<!-- action-docs-runs action="__tests__/fixtures/all_fields_action.yml" -->
### Runs

This action is a `node12` action.
<!-- action-docs-runs action="__tests__/fixtures/all_fields_action.yml" -->
7 changes: 0 additions & 7 deletions __tests__/fixtures/two_actions_readme.input
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<!-- action-docs-inputs action="__tests__/fixtures/action_docs_action_action.yml" -->
## Inputs

| name | description | required | default |
| --- | --- | --- | --- |
| `readme` | <p>Readme file to update.</p> | `false` | `README.md` |
| `actionFile` | <p>The action definition file.</p> | `false` | `action.yml` |
| `tocLevel` | <p>TOC level used for the headers.</p> | `false` | `2` |
| `lineBreaks` | <p>Line breaks to be used in updated readme (LF|CR|CRLF).</p> | `false` | `LF` |
<!-- action-docs-inputs action="__tests__/fixtures/action_docs_action_action.yml" -->

<!-- action-docs-outputs action="__tests__/fixtures/all_fields_action.yml" -->

0 comments on commit 6bccf0f

Please sign in to comment.