lee-lott-actions/GitHub Action Name
A GitHub Action Descriptionto Open a specified GitHub issue using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment-id | The id of the deployment to be updated | yes | — |
| state | The new status of the deployment | yes | — |
| description | A short description of the deployment | yes | — |
| org-name | The name of the GitHub Organization | yes | — |
| repo-name | The name of the repository | yes | — |
| token | GitHub token with access to create a deployment | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the action ("success" or "failure") |
| error-message | Error message if the action fails |
| deployment-status-id | The id of the deployment status |
| deployment-status-state | The state of the deployment status |