Skip to content

Commit d9b3e15

Browse files
authored
Merge pull request #29 from lee-dohm/custom-template-instructions
Add checkout Action so the template can be found
2 parents 58a4ce2 + 4d3a252 commit d9b3e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th
5050

5151
```yaml
5252
steps:
53+
- uses: actions/checkout@master
5354
- uses: JasonEtco/create-an-issue@master
5455
env:
5556
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)