v2.0.0
This release updates the action to work with GitHub Actions v2! You can read more about the new features in this blog post.
There is a breaking change with this upgrade - using a custom issue template is now done by specifying an input instead of an argument:
steps:
- uses: JasonEtco/create-an-issue@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/some-other-template.md