campsite/Campsite GitHub Action

Create a post or comment on Campsite from your GitHub workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 13, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: campsite/campsite-github-action@034d532e6aa0a36f97219d387a5940d8736f653e # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyCampsite API Keyyes
action_typeAction type ('create_post', 'create_comment', or 'create_message')yescreate_post
contentContent of the post or commentyes
titleTitle of the post (required for posts)no
channel_idChannel ID for the post (required for posts)no
post_idPost ID for the comment (required for comments)no
parent_idParent comment ID for replies (optional)no
thread_idThread ID for the message (required for messages)no
namedescription
post_idID of the post (if creating a post)
post_urlURL of the post (if creating a post)
comment_idID of the comment (if creating a comment)
message_idID of the message (if creating a message)