mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
closing in
This commit is contained in:
parent
9fee7a43d9
commit
d411319008
1 changed files with 3 additions and 2 deletions
5
.github/workflows/complain.yml
vendored
5
.github/workflows/complain.yml
vendored
|
@ -27,10 +27,11 @@ jobs:
|
|||
SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }}
|
||||
SLACK_COLOR: ${{ steps.status.outputs.status }}
|
||||
- run: env | grep ^GITHUB
|
||||
- run: echo "${{ env.GITHUB_REF_NAME == 'main'}}"
|
||||
- uses: actions/checkout@v3
|
||||
if: endsWith(env.GITHUB_REF, '/main')
|
||||
if: ${{ env.GITHUB_REF_NAME == 'main'}}
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
if: endsWith(env.GITHUB_REF, '/main')
|
||||
if: ${{ env.GITHUB_REF_NAME == 'main'}}
|
||||
with:
|
||||
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue