Skip to content

Commit e9b10b8

Browse files
authored
Update ci.yml: minor
Signed-off-by: Lionel <schaubl@users.noreply.github.com>
1 parent 4f9b125 commit e9b10b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Create matrix
3535
id: platforms
3636
run: |
37-
echo matrix=["linux/amd64","linux/arm/v7","linux/arm64"] >> $GITHUB_OUTPUT
37+
echo matrix='["linux/amd64","linux/arm/v7","linux/arm64"]' >> $GITHUB_OUTPUT
3838
-
3939
name: Show matrix
4040
run: |

0 commit comments

Comments
 (0)