Skip to content

New version of TODO action, old one was failing. #114

New version of TODO action, old one was failing.

New version of TODO action, old one was failing. #114

Workflow file for this run

---
#
# Ansible managed
#
name: "TODO 2 Issue"
on:
push:
jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v4
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}