diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index 2e5afe72..10209f9b 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -1,4 +1,4 @@ -name: new-version +name: build pkg version run-name: building ${{ inputs.projects }} on: diff --git a/.github/workflows/restock.yml b/.github/workflows/restock.yml index faa5fca7..bdb30835 100644 --- a/.github/workflows/restock.yml +++ b/.github/workflows/restock.yml @@ -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: