Skip to content

Commit 8f0a6dd

Browse files
fix: Correct table formatting in README inputs and summary sections
1 parent 8090b34 commit 8f0a6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This GitHub Action is a part of the [PSModule framework](https://github.com/PSMo
1919
### Inputs
2020

2121
| Name | Description | Required | Default |
22-
|------|-------------|----------|---------|
22+
| ---- | ----------- | -------- | ------- |
2323
| `Debug` | Enable debug output | No | `false` |
2424
| `Verbose` | Enable verbose output | No | `false` |
2525
| `Version` | Exact version of GitHub module to install | No | Latest |
@@ -61,7 +61,7 @@ Example summary:
6161

6262
Summary:
6363
| Coverage | Target | Analyzed | Executed | Missed | Files |
64-
|----------|--------|---------------|---------------|---------------|---------------|
64+
| -------- | ------ | ------------- | ------------- | ------------- | ------------- |
6565
| 85% | 80% | 1000 commands | 850 commands | 150 commands | 15 files |
6666

6767
▶️ Missed commands [150] (click to expand)

0 commit comments

Comments
 (0)