diyrex/Outline Docs Action

Create, update, and share documents in Outline wiki from GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
outline_urlOutline instance URL (e.g., https://wiki.example.com)yes
api_keyOutline API keyyes
actionAction: create, update, find, create_collection, or delete_collectionyescreate
collection_idCollection ID (required for create document, delete_collection)no
document_idDocument ID (required for update)no
titleDocument title (required for create) or collection name (for create_collection)no
textDocument content as markdown (alternative to file_path)no
file_pathPath to markdown file for document content (alternative to text)no
publishPublish document immediately (default: true)notrue
shareCreate a public share link (default: false)nofalse
descriptionCollection description (for create_collection)no
colorCollection color hex (for create_collection, e.g., #0366D6)no
namedescription
document_idID of the created/updated document
document_urlURL to the document in Outline
share_urlPublic share URL (only if share=true)
collection_idID of the created collection (for create_collection)