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
80f607b8ef
commit
c7d5a96aae
@ -38,7 +38,7 @@ Create a workflow file in your .github/workflows directory as follows:
|
||||
|
||||
### workflow.yaml
|
||||
|
||||
Latest version is `v3.0-beta`.
|
||||
Latest version is `v3.0.1-beta`.
|
||||
|
||||
name: "Workflow"
|
||||
on: ["push"]
|
||||
@ -48,7 +48,7 @@ Latest version is `v3.0-beta`.
|
||||
steps:
|
||||
- uses: "actions/checkout@master"
|
||||
- name: "TODO to Issue"
|
||||
uses: "alstr/todo-to-issue-action@v3.0-beta"
|
||||
uses: "alstr/todo-to-issue-action@v3.0.1-beta"
|
||||
id: "todo"
|
||||
with:
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user