elioetibr/Actions CICD Manifest
This is the Action CICD Manifest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 23, 2024
- License
- MIT
Pinned Snippet
uses: elioetibr/actions-cicd-manifest@378373f6e1706346245491e17886a132725b5b9d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Semantic Version | yes | — |
| gitops_file | GitOps File Path/Name | yes | — |
| environment | Environment | no | dev |
| prefix | Output Prefix | no | — |
| owner | GitHub Organization Owner | no | ${{ github.repository_owner }} |
| repo | GitHub Repository | no | ${{ github.repository.name }} |
| ref | Commit Hash or Branch Reference | no | — |
| token | GitHub Token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| app_of_apps | Repository GitOps App of Apps that contain the application manifest |
| app_of_apps_service_name | The Service name in App of Apps Manifest |
| app_repo | Application Repository |
| app_version | Application Version |
| approval_for_promotion | If requires approval for promotion |
| aws_account_id | AWS Account ID |
| aws_region | AWS Region |
| branch | Current Working Branch |
| chart_version | Helm Chart Version |
| cluster | Environment Cluster |
| description | Environment Description |
| dockerfile | Dockerfile Path |
| ecr_repository_name | ECR Repository Name |
| enable_tests | Enabled UnitTest on Docker Build |
| enabled | If Pipelines are enabled |
| environment | Environment Name |
| gitops_file | GitOps Manifest file path |
| helm_chart_repo | Help Chart Repository Name |
| helm_chart_service_name | Helm Chart Service Name |
| is_mono_repo | If is a MonoRepo CICD |
| major | Major from Semantic Version |
| minor | Minor from Semantic Version |
| name | Application Name |
| next_environment | Next Environment Name |
| owner | Organization Owner Name |
| patch | Patch from Semantic Version |
| repo | Repository |
| sem_ver | Application Semantic Version |
| service | Application Service Name. Match with Helm Charts |
| slack | Slack Notification Configurations |
| with_gate | Determines if Deployment will have a get to approval |