Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr committed Aug 1, 2020
1 parent a4c61d3 commit 8cd417f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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 }}
Expand Down

0 comments on commit 8cd417f

Please sign in to comment.