| action | Action to take on the environment. Can be setup, get, create, update, ensure, delete, or auto. | yes | setup |
| tenant | The Azure tenant ID (GUID). | no | — |
| subscription | The Azure subscription (GUID). | no | — |
| devcenter | The DevCenter name. | no | — |
| project | The Project name. | no | — |
| catalog | The name of the Catalog. | no | — |
| definition | The name of the Environment Definition. | no | — |
| prefix | The prefix for the resolved environment name. If none is provided, environment names will start with ci. | no | — |
| suffix | The suffix for the resolved environment name. If none is provided, environment names will end with the repository numeric id. | no | — |
| main-branch | The name of the main branch. Defaults to main. | no | — |
| dev-branch | The name of the dev branch. If a value is provided, the action assums feature branches are created from the dev branch and the dev branch is merged into main for production deployments. | no | — |
| prod-environment-name | Override the name of the production environment. If not specified, it will be generated. | no | — |
| prod-environment-type | The name of the production environment type where the main branch will be deployed. Defaults to Prod. | no | — |
| staging-environment-type | The name of the staging environment type. If dev-branch is specified, pull requests from the dev branche to the main branch will create environments in this environment type. Defaults to Staging. | no | — |
| test-environment-type | The name of the testing environment type. If dev-branch is specified, pull requests from feature branches to the dev branch will create environments in this environment type. If feature branches are created from main, pull requests from feature branches to the main will use this type. Defaults to Test. | no | — |
| dev-environment-type | The name of the development environment type. Feature branches will create environments in this environment type. Defaults to Dev. | no | — |
| parameters | A JSON string containing parameters for the environment. | no | — |
| config | Path to a YAML configuration file. | no | ade.yml |
| summary | If set to true, the action will output a summary of the environment. | no | false |