Update README.md

This commit is contained in:
alstr 2020-08-01 09:31:45 +01:00
parent a4c61d3f18
commit 8cd417fb6c

View File

@ -28,7 +28,7 @@ Create a workflow file in your .github/workflows directory as follows:
### workflow.yaml
Latest version is `v1.2-beta`.
Latest version is `v1.3-beta`.
name: "Workflow"
on: ["push"]
@ -38,7 +38,7 @@ Latest version is `v1.2-beta`.
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v1.2-beta"
uses: "alstr/todo-to-issue-action@v1.3-beta"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}