actions-marketplace-validations/Markdown To Confluence
Converts the contents of documentation folder to HTML and uploads to Confluence
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 31, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/ttengs_markdowntoconfluence@6736ea15a30b29693f1f55978da54ad62506ef6c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fileslocation | location of documentation | no | ./ |
| should_upload | Should PR upload docs | no | true |
| confluence_url | Base URL to Atlassian with network name | yes | — |
| confluence_space_key | The space key found in the URL on Confluence | yes | — |
| auth_username | The username of the user pushing changes to Confluence | yes | — |
| auth_api_token | The authentication token from the user pushing changes to Confluence | yes | — |
| is_preview | Set to 'true' if this workflow should only create a preview of the changed files, in the given space | no | false |
Outputs
| name | description |
|---|---|
| status | Status of the converter |