Skip to content

Action exceeds runtime #4

Open
Open
@erikeverts

Description

@erikeverts

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions