mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
don't use the default template name for this
This commit is contained in:
parent
e6717cad1f
commit
70d764b8df
2 changed files with 2 additions and 0 deletions
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -43,6 +43,8 @@ jobs:
|
|||
if: ${{ steps.status.outputs.status == 'failure' }}
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
if: ${{ steps.status.outputs.status == 'failure' }}
|
||||
with:
|
||||
filename: .github/NEW_VERSION_ISSUE_TEMPLATE.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PACKAGE: ${{ inputs.projects }}
|
||||
|
|
Loading…
Reference in a new issue