gabesw/confluence-readme-sync
Copies the contents of a markdown file to a Confluence page
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filepath | File path of the markdown file to sync, relative to the root of the repository - README.md by default | yes | ${{ github.workspace }}/README.md |
| url | Full URL of the Confluence page to sync with, including the https:// | yes | — |
| username | Confluence username associated with token | yes | — |
| token | Confluence token for the user | yes | — |
| insert_start_text | HTML or text marking the start of the block to insert the markdown into | yes | — |
| insert_end_text | HTML or text marking the end of the block to insert the markdown into | yes | — |
Outputs
no outputs