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 ### workflow.yaml
Latest version is `v1.2-beta`. Latest version is `v1.3-beta`.
name: "Workflow" name: "Workflow"
on: ["push"] on: ["push"]
@ -38,7 +38,7 @@ Latest version is `v1.2-beta`.
steps: steps:
- uses: "actions/checkout@master" - uses: "actions/checkout@master"
- name: "TODO to Issue" - name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v1.2-beta" uses: "alstr/todo-to-issue-action@v1.3-beta"
with: with:
REPO: ${{ github.repository }} REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }} BEFORE: ${{ github.event.before }}