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
2616323745
commit
bf00077ed8
@ -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.5"
|
uses: "alstr/todo-to-issue-action@v4.0.6"
|
||||||
id: "todo"
|
id: "todo"
|
||||||
with:
|
with:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -69,6 +69,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
* HTML
|
* HTML
|
||||||
* Java
|
* Java
|
||||||
* JavaScript
|
* JavaScript
|
||||||
|
* Julia
|
||||||
* Kotlin
|
* Kotlin
|
||||||
* Less
|
* Less
|
||||||
* Markdown
|
* Markdown
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user