mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
this shouldn't be this hard
This commit is contained in:
parent
55ec7e2d30
commit
42ad10b818
1 changed files with 2 additions and 2 deletions
4
.github/workflows/complain.yml
vendored
4
.github/workflows/complain.yml
vendored
|
@ -27,9 +27,9 @@ 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 }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: env.GITHUB_REF == 'refs/heads/main'
|
if: env.GITHUB_REF_NAME == 'main'
|
||||||
- uses: JasonEtco/create-an-issue@v2
|
- uses: JasonEtco/create-an-issue@v2
|
||||||
if: env.GITHUB_REF == 'refs/heads/main'
|
if: env.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