mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
wip
This commit is contained in:
parent
3db4f100bc
commit
d5ffa8efad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
platform: ${{ fromJson(needs.get-platform.outputs.test-matrix) }}
|
platform: ${{ fromJson(needs.get-platform.outputs.test-matrix) }}
|
||||||
name:
|
name:
|
||||||
test ${{ matrix.name-extra }}
|
test ${{ matrix.platform.name-extra }}
|
||||||
outputs:
|
outputs:
|
||||||
HAS_SECRETS: ${{ env.HAS_SECRETS }}
|
HAS_SECRETS: ${{ env.HAS_SECRETS }}
|
||||||
container: ${{ matrix.platform.container }}
|
container: ${{ matrix.platform.container }}
|
||||||
|
|
Loading…
Reference in a new issue