Skip to content

Commit 6a20521

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ file.
1818

1919
## Fine Grained Token Requirements
2020

21-
To run the action within your Github CI/CD pipeline you will need to create a
21+
To run the action within your GitHub CI/CD pipeline you will need to create a
2222
fine-grained token with the following permissions:
2323

2424
### Organization Permissions
@@ -27,23 +27,23 @@ fine-grained token with the following permissions:
2727

2828
### Additional Information
2929

30-
- [Github API for custom property for an organization](https://docs.github.com/en/rest/orgs/custom-properties?apiVersion=2022-11-28#create-or-update-a-custom-property-for-an-organization)
30+
- [GitHub API for custom property for an organization](https://docs.github.com/en/rest/orgs/custom-properties?apiVersion=2022-11-28#create-or-update-a-custom-property-for-an-organization)
3131
- [Fine-grained personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
3232
- The owner of the fine-grained token must have full administrative rights to the organization.
3333

3434
---
3535

3636
## 📦 Inputs
3737

38-
| Name | Description | Required | Default |
39-
|---------------------------|------------------------------------------------------------------------|-----|---------|
40-
| `token` | GitHub Personal Access Token (Fine-Grained with `Read` org scope) | ✅ Yes ||
41-
| `overwrite-existing-file` | Boolean for choosing to overwrite `repo-properties.json`, if it exists | 🟥 No | `false` |
42-
| `dry-run-enabled` | Flag to dry-run the script, will not commit in repo. | 🟥 No | `false` |
43-
| `commit-author-name` | Author Name on the commit that will be created | ✅ Yes | - |
44-
| `commit-author-email` | Author Email on the commit that will be created | ✅ Yes | - |
45-
| `commit-author-gpg-key-contents` | GPG Key for the commit that will be created (must match the `email`) | ✅ Yes | - |
46-
| `commit-author-gpg-key-passphrase` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
38+
| Name | Description | Required | Default |
39+
|------------------------------------|------------------------------------------------------------------------|----------|---------|
40+
| `token` | GitHub Personal Access Token (Fine-Grained with `Read` org scope) | ✅ Yes ||
41+
| `overwrite-existing-file` | Boolean for choosing to overwrite `repo-properties.json`, if it exists | 🟥 No | `false` |
42+
| `dry-run-enabled` | Flag to dry-run the script, will not commit in repo. | 🟥 No | `false` |
43+
| `commit-author-name` | Author Name on the commit that will be created | ✅ Yes | - |
44+
| `commit-author-email` | Author Email on the commit that will be created | ✅ Yes | - |
45+
| `commit-author-gpg-key-contents` | GPG Key for the commit that will be created (must match the `email`) | ✅ Yes | - |
46+
| `commit-author-gpg-key-passphrase` | GPG Key Passphrase for the key to sign the commit that will be created | ✅ Yes | - |
4747

4848
---
4949

0 commit comments

Comments
 (0)