Skip to content

Commit

Permalink
Merge pull request #29 from lee-dohm/custom-template-instructions
Browse files Browse the repository at this point in the history
Add checkout Action so the template can be found
  • Loading branch information
JasonEtco authored Nov 7, 2019
2 parents 58a4ce2 + 4d3a252 commit d9b3e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th

```yaml
steps:
- uses: actions/checkout@master
- uses: JasonEtco/create-an-issue@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d9b3e15

Please sign in to comment.