Open
Description
Not sure what is going on as there are no logs or error messages. We're using the action and it runs for 6 hours after which it gets cancelled because that exceeds the maximum runtime for a job in github action. Wondering what could be causing it to run for so long
- name: Publish Markdown to Confluence
uses: markdown-confluence/publish-action@v5
with:
confluenceBaseUrl: https://<oururl>.atlassian.net
confluenceParentId: <parentid>
atlassianUserName: ${{ secrets.CONFLUENCE_USERNAME }}
atlassianApiToken: ${{ secrets.CONFLUENCE_API_KEY }}
folderToPublish: docs
In the docs folder and its subfolder are a total of 166 markdown files
Metadata
Metadata
Assignees
Labels
No labels