azure/Create Azure Container App Review Revisions
GitHub Action to create a new Container App revision for PR review. github.com/Azure/Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 23, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: azure/aca-review-apps@edb566ff1c235496327839df6c82713cbe9e93ac # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| resource-group | Name of the Resource Group in which the Container App will be created | yes | — |
| name | Name of the Container App | yes | — |
| image | Name of Container Image. If the `mode` input is `deactivate-revision`, this input is ignored. | yes | — |
| revision-name-suffix | Suffixes for New Revision or Target Revision of deactivation. If the `mode` input is `deactivate-revision`, this input needs to be set. | yes | — |
| deactivate-revision-mode | Enable Deactivation-Revision Mode of this action. `true` or `false`. Default value is `false` | no | — |
Outputs
| name | description |
|---|---|
| app-url | Deployed App URL |