Skip to content

[!] 1.20 pets are no longer InDevelopment (does not mean they are 100… #181

[!] 1.20 pets are no longer InDevelopment (does not mean they are 100…

[!] 1.20 pets are no longer InDevelopment (does not mean they are 100… #181

Workflow file for this run

name: "TODO Issue Creator"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v3.0.2-beta"
id: "Type: Todo"

Check failure on line 10 in .github/workflows/todo.yml

View workflow run for this annotation

GitHub Actions / TODO Issue Creator

Invalid workflow file

The workflow is not valid. .github/workflows/todo.yml (Line: 10, Col: 13): The identifier 'Type: Todo' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}