mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
pass issue template name
This commit is contained in:
parent
60ff1ae21b
commit
b9491c0b44
1 changed files with 2 additions and 0 deletions
2
.github/workflows/complain.yml
vendored
2
.github/workflows/complain.yml
vendored
|
@ -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 }})
|
||||||
|
|
Loading…
Reference in a new issue