actions-marketplace-validations/Deployment-For-gmodstore
Deploy scripts to gmodstore
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 12, 2025
- License
- ISC
Pinned Snippet
uses: actions-marketplace-validations/joshpiper_gmodstore-deployment@1ed513f4ca8cf2539ebb859c6407b4e30a00beae # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GModStore API Token | yes | — |
| product | The ID of the addon to deploy to. | yes | — |
| version | The new version name to deploy. | yes | — |
| type | The type of version to deploy. Can be stable, beta, alpha, private or demo. If omitted, uses '-type' at the end of version string (if it exists), otherwise uses stable | no | stable |
| changelog | Markdown formatted changelog. | yes | No changelog. |
| path | Path to the addon. This must be in zip format. | yes | — |
| baseurl | API Base URL | yes | https://api.gmodstore.com/v3/ |
Outputs
no outputs