This action renders a markdown file in your repo and pushes it toyour Confluence wiki
Required Path of the markdown file to push. Default "README.md".
Required ID of the Confluence page to update. Example "2336653363".
Required URL of your Confluence API. Example "https://<YOUR_CONFLUENCE_URL>/rest/api/".
Required e-mail address used to identify your Confluence user. Example "user@example.com".
Required Confluence API Token to use.
uses: Bradshaw/markdown2confluence@v1.2
with:
md-file: 'README.md'
page-id: 2336653363
api-url: 'https://<YOUR_CONFLUENCE_URL>/rest/api/'
api-user: 'user@example.com'
api-key: ${{ secrets.CONFLUENCE_TOKEN }}