Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #182

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------|--------|----------|---------|--------------|
| files | string | true | | Files to run |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 96 Warning

Expected: 80; Actual: 96
|-------------------------------------------------|--------|----------|---------|--------------|
| <a name="input_files"></a>[files](#input_files) | string | true | | Files to run |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 96 Warning

Expected: 80; Actual: 96

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
|--------------|--------|----------------|
| container-id | string | Container ID |
| home | string | Home directory |
| OUTPUT | TYPE | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 100 Warning

Expected: 80; Actual: 100
|------------------------------------------------------------------------|--------|----------------|
| <a name="output_container-id"></a>[container-id](#output_container-id) | string | Container ID |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 100 Warning

Expected: 80; Actual: 100

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="output_home"></a>[home](#output_home) | string | Home directory |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 100 Warning

Expected: 80; Actual: 100

<!-- AUTO-DOC-OUTPUT:END -->

Expand Down
Loading