Skip to content

Commit 9bd06a9

Browse files
authored
upding delivery workflow to correct the wrong format (#2398)
Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
1 parent 8e54e8a commit 9bd06a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delivery-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# following steps per variant.
6868
###
6969

70-
- name: Deliver {{matrix.target}}
70+
- name: Deliver ${{ matrix.target }}
7171
uses: docker://ubuntu:${{ matrix.target }}
7272
with:
7373
entrypoint: .github/workflows/delivery/ubuntu/deliver.sh

0 commit comments

Comments
 (0)