Update README.md

This commit is contained in:
Alastair Mooney
2021-07-05 08:44:29 +01:00
committed by GitHub
parent 224d22148b
commit 99cd236fd7

View File

@@ -32,7 +32,7 @@ Create a `workflow.yml` file in your `.github/workflows` directory like:
steps: steps:
- uses: "actions/checkout@master" - uses: "actions/checkout@master"
- name: "TODO to Issue" - name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4.0.4" uses: "alstr/todo-to-issue-action@v4.0.5"
id: "todo" id: "todo"
with: with:
TOKEN: ${{ secrets.GITHUB_TOKEN }} TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -73,6 +73,7 @@ There are additional inputs if you want to be able to assign issues to projects.
* Less * Less
* Markdown * Markdown
* Objective-C * Objective-C
* Org Mode
* PHP * PHP
* Python * Python
* Ruby * Ruby