mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix typo that wasn’t gunna be got until merge
This commit is contained in:
parent
7193b3c3d9
commit
2b6d713832
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -46,5 +46,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/complain
|
||||
with:
|
||||
pkg: ${{ input.pkg }}
|
||||
pkg: ${{ inputs.pkg }}
|
||||
platform: ${{ inputs.name }}
|
||||
|
|
Loading…
Reference in a new issue