Fix title for closed issues

This commit is contained in:
alstr
2020-12-08 11:16:35 +00:00
parent 9b0d7c13ed
commit a6fcdf71b1
2 changed files with 20 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ Create a workflow file in your .github/workflows directory as follows:
### workflow.yaml
Latest version is `v2.4`.
Latest version is `v2.4.1`.
name: "Workflow"
on: ["push"]
@@ -42,7 +42,7 @@ Latest version is `v2.4`.
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v2.4"
uses: "alstr/todo-to-issue-action@v2.4.1"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}