mdefenders-actions/The name of your action here
Provide a description here
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | CI/CD environment | — | — |
| gitops-repo-suffix | Suffix for the GitOps repository name | — | -gitops |
| gitops-repo | GitOps repository name (overrides suffix if provided) | — | — |
| gitops-file-path | Path to the GitOps file (directory) | — | deploy/environments |
| gitops-file-name | Name of the GitOps file | — | values.yaml |
| app-name | Application name | — | — |
| domain | Base domain for the service FQDN | yes | — |
| dev-url-schema | URL schema for the dev environment | — | http:// |
| dev-port | Port for the dev environment service | — | 80 |
| version-file | The version file | — | version.json |
Outputs
| name | description |
|---|---|
| start-time | Worflow start time in milliseconds since epoch |
| gitops-repo | The gitops repo name |
| effective-branch | The branch to use for GitOps operations (defaults to the head or base branch) |
| gitops-file | The gitops file path |
| app-name | The application name |
| target-namespace | The target K8S namespace |
| public-service-fqdn | The public service FQDN |
| local-service-fqdn | The local service FQDN |
| service-url | The service URL |
| image-repo | The image repository |
| promoted-version | The promoted version |
| result | The result of the action |