grid-x/Post to Discourse Action
Post the contents of a file or a string as a reply to a discourse topic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| discourse_url | Your discourse instance domain, e.g. "community.acme.com | yes | — |
| discourse_topic_id | The ID of the Discourse topic to reply to. Leave empty and set `discourse_post_id` to update the original post. | no | — |
| discourse_post_id | The ID of the Discourse post to replace with the content given. Leave empty and set `discourse_topic_id` to add a new reply to the topic. | no | — |
| discourse_api_key | Your discourse API key. It needs `topics:write` permissions | yes | — |
| discourse_user | The discourse user on whose behalf the action should be executed | yes | — |
| content_file | The file to load the content to post from | no | — |
| content | The string to post | no | — |
| github_sha | Short commit hash to be put into to post for traceability | yes | — |
Outputs
no outputs