workflows/reusable.yaml: Remove distro from step name
The section header "Run packaging test on ${{ matrix.distro.name }}" doesn't get the distro name expanded in the run log's section header for whatever reason. It only adds redundant and, hence, slightly confusing information, so remove it.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
964a71a86e
commit
1d76f4f3e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable.yaml
vendored
2
.github/workflows/reusable.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
image: ${{ matrix.distro.image }}
|
image: ${{ matrix.distro.image }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run packaging test on ${{ matrix.distro.name }}
|
- name: Run packaging test
|
||||||
uses: ci/action-build-package@master
|
uses: ci/action-build-package@master
|
||||||
with:
|
with:
|
||||||
distro-name: ${{ matrix.distro.name }}
|
distro-name: ${{ matrix.distro.name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue