mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
unpin cli
This commit is contained in:
parent
7417d14678
commit
96062d4d3f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/bottle.yml
vendored
4
.github/workflows/bottle.yml
vendored
|
@ -15,7 +15,7 @@ on:
|
||||||
type: string
|
type: string
|
||||||
outputs:
|
outputs:
|
||||||
pr:
|
pr:
|
||||||
description: 'The PR number'
|
description: "The PR number"
|
||||||
value: ${{ jobs.bottle.outputs.pr }}
|
value: ${{ jobs.bottle.outputs.pr }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -131,8 +131,6 @@ jobs:
|
||||||
- uses: teaxyz/brewkit/actions/setup-brewkit@v0
|
- uses: teaxyz/brewkit/actions/setup-brewkit@v0
|
||||||
with:
|
with:
|
||||||
prefix: ${{ github.workspace }}
|
prefix: ${{ github.workspace }}
|
||||||
# FIXME: current tea/lib bug prevents moving beyond this point
|
|
||||||
version: 0.32.1
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue