madeinhaus/Project ENV Vars
Create Project ENVs based on convention from git branch ref.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | The name of the project. | — | — |
Outputs
| name | description |
|---|---|
| branch_slug | The name of the branch url safe eg: feature/exciting-stuff -> `feature-exciting-stuff` |
| project_name_slug | The name of the project url safe eg: My project -> `my-project` |
| project_name_branch_slug | Project and name name combined url safe eg: `my-project-feature-exciting-stuff` |