mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Fix complain titles
This commit is contained in:
parent
e151a37e98
commit
b0ca45042c
2
.github/workflows/pkg-platform.yml
vendored
2
.github/workflows/pkg-platform.yml
vendored
|
@ -218,5 +218,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/complain
|
||||
with:
|
||||
pkg: ${{ inputs.pkg }}
|
||||
pkg: ${{ fromJSON(inputs.pkg).project }}=${{ fromJSON(inputs.pkg).version.value }}
|
||||
platform: ${{ inputs.name }}
|
||||
|
|
Loading…
Reference in a new issue