Update README

This commit is contained in:
alstr 2020-05-19 13:12:29 +01:00
parent 0c4d00ffea
commit ed8b4415a8

View File

@ -15,7 +15,7 @@ Create a workflow file in your .github/workflows directory as follows:
### workflow.yaml ### workflow.yaml
Latest version is `v1.1.1-beta`. Latest version is `v1.1.2-beta`.
name: "Workflow" name: "Workflow"
on: ["push"] on: ["push"]
@ -58,7 +58,7 @@ Latest version is `v1.1.1-beta`.
This will create an issue called "Come up with a more imaginative greeting". This will create an issue called "Come up with a more imaginative greeting".
**The action expects a space to follow the `TODO` label.** **The action expects a space and/or colon to follow the `TODO` label.**
Should the title be longer than 50 characters, it will be truncated for the issue title. Should the title be longer than 50 characters, it will be truncated for the issue title.