Update README.md

This commit is contained in:
Alastair Mooney 2021-05-15 11:08:17 +01:00 committed by GitHub
parent c682711c1e
commit cf45628e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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