actions-marketplace-validations/Hashnode Publisher
Create a new post or update an existing post through the Hashnode API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| publication_id | The ID of the publication to publish the post to | yes | — |
| id | If you want to update an existing post, the ID for a post | no | — |
| title | Title of the post | yes | — |
| main_image | The main image for the post | no | — |
| original_url | The canonical URL (original location) for the post if applicable | no | — |
| body | The body of the post, can include Markdown | yes | — |
| api_key | The Hashnode API key to publish the post using | yes | — |
Outputs
| name | description |
|---|---|
| id | The ID of the new or updated post. |
| url | The URL of the new or updated post. |