Skip to content
name: notify-on-discussion
on:
discussion:
types: [created, edited, answered]
discussion_comment:
types: [created, edited]
push:
jobs:
new-task:
uses: justinjbird/todoist-tools/.github/workflows/create-task.yml@main

Check failure on line 12 in .github/workflows/notify-on-discussion.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/notify-on-discussion.yml

Invalid workflow file

error parsing called workflow ".github/workflows/notify-on-discussion.yml" -> "justinjbird/todoist-tools/.github/workflows/create-task.yml@main" : failed to fetch workflow: workflow was not found.
with:
title: New Comment Added
description: https://github.com/justinjbird/site-blog-comments/discussion
labels: '[\"web\",\"scheduled\"]'
priority: 2
due_string: today
project_id: 2287192456
secrets:
token: "${{ secrets.TODOIST_API_TOKEN }}"