From cb11d45a2ed4e9d6ffae754c222f6c67469739c1 Mon Sep 17 00:00:00 2001 From: alstr Date: Sun, 10 May 2020 14:51:33 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4574b2e..b134e28 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Create a workflow file in your .github/workflows directory as follows: ### workflow.yaml +Latest version is `v1.1.1-beta`. + name: "Workflow" on: ["push"] jobs: @@ -23,7 +25,7 @@ Create a workflow file in your .github/workflows directory as follows: steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@master" + uses: "alstr/todo-to-issue-action@v1.1.1-beta" with: REPO: ${{ github.repository }} BEFORE: ${{ github.event.before }} @@ -33,6 +35,8 @@ Create a workflow file in your .github/workflows directory as follows: COMMENT_MARKER: "#" id: "todo" +**If you use the action in a new repo, you should initialise the repo with an empty commit.** + ### Inputs | Input | Description |