campsite/Campsite GitHub Action
Create a post or comment on Campsite from your GitHub workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 13, 2024
- License
- MIT
Pinned Snippet
uses: campsite/campsite-github-action@034d532e6aa0a36f97219d387a5940d8736f653e # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Campsite API Key | yes | — |
| action_type | Action type ('create_post', 'create_comment', or 'create_message') | yes | create_post |
| content | Content of the post or comment | yes | — |
| title | Title of the post (required for posts) | no | — |
| channel_id | Channel ID for the post (required for posts) | no | — |
| post_id | Post ID for the comment (required for comments) | no | — |
| parent_id | Parent comment ID for replies (optional) | no | — |
| thread_id | Thread ID for the message (required for messages) | no | — |
Outputs
| name | description |
|---|---|
| post_id | ID of the post (if creating a post) |
| post_url | URL of the post (if creating a post) |
| comment_id | ID of the comment (if creating a comment) |
| message_id | ID of the message (if creating a message) |