mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Fix restock
This commit is contained in:
parent
b00f951397
commit
5c3247795d
2 changed files with 4 additions and 4 deletions
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: new-version
|
name: build pkg version
|
||||||
run-name: building ${{ inputs.projects }}
|
run-name: building ${{ inputs.projects }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
6
.github/workflows/restock.yml
vendored
6
.github/workflows/restock.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: restock project inventory
|
name: restock pkg inventory
|
||||||
run-name: rebuilding ${{ inputs.project }}
|
run-name: restocking ${{ inputs.project }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: pkgxdev/setup@v2
|
- uses: pkgxdev/setup@v2
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: ./.github/actions/inventory.ts ${{ inputs.project }}
|
- run: ./.github/scripts/inventory.ts ${{ inputs.project }}
|
||||||
id: fetch
|
id: fetch
|
||||||
|
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Reference in a new issue