From 8cd417fb6c10e4a02d6f3031dd0f91323632450a Mon Sep 17 00:00:00 2001 From: alstr Date: Sat, 1 Aug 2020 09:31:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0727e..0686eea 100644 --- a/README.md +++ b/README.md @@ -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 }}