mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
no v0 on pantry
This commit is contained in:
parent
eb9c7a29d8
commit
c3c4c4f70c
1 changed files with 9 additions and 9 deletions
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
project: ${{ fromJson(needs.bottle.outputs.qa-required) }}
|
project: ${{ fromJson(needs.bottle.outputs.qa-required) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: teaxyz/pantry/.github/actions/request-qa@v0
|
- uses: teaxyz/pantry/.github/actions/request-qa@main
|
||||||
with:
|
with:
|
||||||
project: ${{ matrix.project }}
|
project: ${{ matrix.project }}
|
||||||
slack-webhook: ${{ secrets.SLACK_QA_WEBHOOK }}
|
slack-webhook: ${{ secrets.SLACK_QA_WEBHOOK }}
|
||||||
|
|
Loading…
Reference in a new issue