Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Issue: cannot import module "examples.jira_renderer" #158

Issue: cannot import module "examples.jira_renderer"

Issue: cannot import module "examples.jira_renderer" #158

Workflow file for this run

name: Sync GitHub issues to Jira example
on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}