redguides/Redguides Publish
Update a resource on RedGuides with a release file and optionally a description and changelog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| resource_id | The ID of the resource to update. Must already exist on RedGuides. | yes | — |
| description | Path to a description file (e.g., README.md) which will become the "overview" description of your resource. | no | — |
| version | New version number (e.g., v1.0.1). Required if message is provided (used as the update title). | no | — |
| message | Version update message or path to a file (e.g., CHANGELOG.md). If provided, version is required (used as the update title). | no | — |
| file | Path to your zipped release file. | no | — |
| domain | Domain to prepend to relative URLs (e.g., https://raw.githubusercontent.com/yourusername/yourrepo/main/). | no | — |
Outputs
no outputs