Skip to content

Commit

Permalink
Standardize table formatting in the README
Browse files Browse the repository at this point in the history
Makes the formatting for the three tables in the README consistent.
  • Loading branch information
mcdonnnj committed Oct 12, 2021
1 parent 37a4531 commit 29dda6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Lineage is configured using `.github/lineage.yml` in a repository. Each
upstream repository is listed in the `lineage` section.

| Key | Description | Required |
|-----|-------------|----------|
|-----|-------------|:--------:|
| local-branch | The branch that will receive new changes. | No |
| remote-url | The `https` URL of the upstream repository. | Yes |
| remote-branch | The branch in the upstream repository. | No |
Expand All @@ -43,7 +43,7 @@ lineage:
### Inputs ###

| Name | Description | Interpreted Type | Default | Required |
| ---- | ----------- | ---------------- | ------- | :------: |
|------|-------------|------------------|---------|:--------:|
| access_token | GitHub personal access token (see [GitHub's documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)). | `string` | n/a | yes |
| mask_non_public_repos | Control the visibility of private repo names in the logs. | [`boolean`](https://yaml.org/spec/1.2.2/#1032-tag-resolution) | `true` | no |
| public_repos_only | Control non-public repository processing. | [`boolean`](https://yaml.org/spec/1.2.2/#1032-tag-resolution) | `true` | no |
Expand All @@ -54,7 +54,7 @@ lineage:
None.
<!--
| Name | Description | Output Type |
| ---- | ----------- | ----------- |
|------|-------------|-------------|
| output_name | The output's description. | `output_type` |
-->

Expand Down

0 comments on commit 29dda6d

Please sign in to comment.