wyattjoh/Update Marketplace
Opens a PR to update a plugin version in the marketplace registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plugin-name | Plugin identifier matching the name field in marketplace.json | yes | — |
| version | Bare semver version (e.g., 0.3.0) | yes | — |
| ref | Git ref to pin in source.ref (e.g., dokploy-mcp-v0.3.0) | yes | — |
| sha | Commit SHA to pin in source.sha (e.g., github.sha from the calling workflow). | yes | — |
| token | Fine-grained PAT with contents:write + pull-requests:write on the marketplace repo | yes | — |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created or updated PR |