Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action exceeds runtime #4

Open
erikeverts opened this issue Mar 28, 2024 · 0 comments
Open

Action exceeds runtime #4

erikeverts opened this issue Mar 28, 2024 · 0 comments

Comments

@erikeverts
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant