Skip to content

Commit cfee8ce

Browse files
committed
fix table formatting
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 6a01a11 commit cfee8ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ fine-grained token with the following permissions:
4040

4141
## 📦 Inputs
4242

43-
| Name | Description | Required | Default |
44-
|------------------------------------|------------------------------------------------------------------------|----------|---------|
45-
| `token` | GitHub Personal Access Token (Fine-Grained with: Organization custom properties `Read`, Repository contents `Read and Write` scope) | ✅ Yes ||
46-
| `overwrite-existing-file` | Boolean for choosing to overwrite `repo-properties.json`, if it exists | 🟥 No | `false` |
47-
| `dry-run-enabled` | Flag to dry-run the script, will not commit in repo. | 🟥 No | `false` |
48-
| `commit-author-name` | Author Name on the commit that will be created | ✅ Yes | - |
49-
| `commit-author-email` | Author Email on the commit that will be created | ✅ Yes | - |
50-
| `commit-author-gpg-key-contents` | GPG Key for the commit that will be created (must match the `email`) | ✅ Yes | - |
51-
| `commit-author-gpg-key-passphrase` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
43+
| Name | Description | Required | Default |
44+
|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|---------|
45+
| `token` | GitHub Personal Access Token (Fine-Grained with: Organization custom properties `Read`, Repository contents `Read and Write` scope) | ✅ Yes ||
46+
| `overwrite-existing-file` | Boolean for choosing to overwrite `repo-properties.json`, if it exists | 🟥 No | `false` |
47+
| `dry-run-enabled` | Flag to dry-run the script, will not commit in repo. | 🟥 No | `false` |
48+
| `commit-author-name` | Author Name on the commit that will be created | ✅ Yes | - |
49+
| `commit-author-email` | Author Email on the commit that will be created | ✅ Yes | - |
50+
| `commit-author-gpg-key-contents` | GPG Key for the commit that will be created (must match the `email`) | ✅ Yes | - |
51+
| `commit-author-gpg-key-passphrase` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
5252

5353
---
5454

0 commit comments

Comments
 (0)