actions-marketplace-validations/cpenv Publish Module
An action to publish your cpenv modules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| module_root | Root folder containing a cpenv module.yml file in your git repo folder. Defaults to the root directory of your git repo, "." | yes | . |
| repo_name | Name of your cpenv repo. | yes | — |
| repo_type | A cpenv repo type like, "shotgun" or "local". | yes | — |
| repo_path | Path to local cpenv repo. Required when repo_type is "local". | no | — |
| repo_shotgrid_base_url | The URL of the ShotGrid site you use as a cpenv repo. Store as a github secret. Required when repo_type is "shotgun". | no | — |
| repo_shotgrid_script_name | Name of ShotGrid api script. Store as a github secret. Required when repo_type is "shotgun". | no | — |
| repo_shotgrid_api_key | ShotGrid api script key. Store as github secret. Required when repo_type is "shotgun". | no | — |
| repo_shotgrid_module_entity | Name of ShotGrid Module entity like, "CustomNonProjectEntity##". Required when repo_type is "shotgun". | no | — |
| repo_overwrite | Overwrite an existing module in the repo with the same version number. | no | true |
Outputs
no outputs