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