jerrylum/PROS Depot
Generates a PROS depot JSON file from GitHub releases for PROS template distribution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for accessing repository releases (optional, defaults to the token of the user running the action) | no | — |
| include_prereleases | Include prereleases in the depot (all, stable-only, prerelease-only) | no | all |
| commit_message | Commit message for the depot JSON file. If not provided, the action will use the default generated message. If provided, the action will use the provided message. Use %MESSAGE% to insert the generated message. | no | %MESSAGE% |
| push | Push the generated depot JSON file to the target branch (optional, defaults to true) | no | true |
| target_repo | Target repository to push the depot JSON file to (optional, defaults to the repository running the action) | no | "" |
| target_branch | Branch to store the generated depot JSON file (optional, defaults to depot) | no | depot |
| target_path | Path where the JSON file will be stored in the target branch | no | depot.json |
Outputs
| name | description |
|---|---|
| depot | The content of the depot JSON file |