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