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 }}
|
||||
|
||||
on:
|
||||
|
|
6
.github/workflows/restock.yml
vendored
6
.github/workflows/restock.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: restock project inventory
|
||||
run-name: rebuilding ${{ inputs.project }}
|
||||
name: restock pkg inventory
|
||||
run-name: restocking ${{ inputs.project }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- uses: pkgxdev/setup@v2
|
||||
- uses: actions/checkout@v4
|
||||
- run: ./.github/actions/inventory.ts ${{ inputs.project }}
|
||||
- run: ./.github/scripts/inventory.ts ${{ inputs.project }}
|
||||
id: fetch
|
||||
|
||||
pkg:
|
||||
|
|
Loading…
Reference in a new issue