mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
this should probably actually work
This commit is contained in:
parent
804519cb7b
commit
f2710b933b
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_COLOR: ${{ steps.status.outputs.status }}
|
||||
- uses: actions/checkout@v3
|
||||
if: ${{ github.base_ref == 'main' }}
|
||||
if: env.GITHUB_REF == 'refs/heads/main'
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
if: ${{ github.base_ref == 'main' }}
|
||||
if: env.GITHUB_REF == 'refs/heads/main'
|
||||
with:
|
||||
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue