Skip to content

v2.0.0

Compare
Choose a tag to compare
@JasonEtco JasonEtco released this 16 Sep 17:11
58a4ce2

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