releasehub-com/Create Release Staging Environment
Create Release Staging Environments with Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | Release App ID | yes | — |
| branch | Git branch name | yes | — |
| services | Object in the form of {service_name: image_name} | yes | — |
| commit_short | Shortened version of a commit sha, usually seven characters | no | — |
| commit_long | Full commit sha | no | — |
| committer | Email of the person who created the commit | no | — |
| commit_message | Message used for the commit | no | — |
| commit_date | Time the commit happened at in the form "YYYY-MM-DD HH:MM:SS -0700". "-0700" is used as an example time zone offset. | no | — |
| logs | Array of objects in the form of {level: "info" || "error", message: "message"} | no | — |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |