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

Match case of action inputs in README #57

Merged
merged 1 commit into from
Jun 14, 2024
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ A GitHub Action to add New Relic deployment markers during your release pipeline
| `changelog` | no | - | A summary of what changed in this deployment, visible in the Deployments page. |
| `commit` | no | - | The Commit SHA for this deployment, visible in the Deployments page. |
| `description` | no | - | A high-level description of this deployment, visible in the Overview page and on the Deployments page when you select an individual deployment. |
| `deepLink` | no | - | A deep link to the source which triggered the deployment. |
| `deploymentType` | no | `BASIC` | The type of deployment. Choose from BASIC, BLUE_GREEN, CANARY, OTHER, ROLLING, or SHADOW. |
| `groupId` | no | - | A group ID for the deployment to link to other deployments. |
| `deeplink` | no | - | A deep link to the source which triggered the deployment. |
| `deploymenttype` | no | `BASIC` | The type of deployment. Choose from BASIC, BLUE_GREEN, CANARY, OTHER, ROLLING, or SHADOW. |
| `groupid` | no | - | A group ID for the deployment to link to other deployments. |
| `region` | no | `US` | The region of your New Relic account. Default: `US` |
| `version` | **yes** | - | Metadata to apply to the deployment marker - e.g. the latest release tag |
| `user` | **yes** | `github.actor` | A username to associate with the deployment, visible in the Overview page and on the Deployments page. |
Expand Down