pass issue template name

This commit is contained in:
Jacob Heider 2023-02-02 20:15:49 -05:00
parent 60ff1ae21b
commit b9491c0b44
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -26,6 +26,8 @@ jobs:
SLACK_COLOR: ${{ steps.status.outputs.status }} SLACK_COLOR: ${{ steps.status.outputs.status }}
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2 - uses: JasonEtco/create-an-issue@v2
with:
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGE: ${{ inputs.projects }} (${{ inputs.platform }}) PACKAGE: ${{ inputs.projects }} (${{ inputs.platform }})