mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update README.md
This commit is contained in:
parent
224d22148b
commit
99cd236fd7
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user