Skip to content

Commit 9f364ce

Browse files
committed
ci: use toJson in inputs that can be strings or arrays
1 parent 29e1369 commit 9f364ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runner-labels: ${{ inputs.runner-labels }}
5858

5959
build-push:
60-
name: Build (${{ matrix.runner }})
60+
name: Build (${{ toJson(matrix.runner) }})
6161
strategy:
6262
matrix:
6363
runner: ${{ fromJson(inputs.build-test-runner-labels) }}

.github/workflows/wc-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions: {}
3434

3535
jobs:
3636
run-test:
37-
name: 🧪 Integration Test (${{ matrix.runner }})
37+
name: Integration Test (${{ toJson(matrix.runner) }})
3838
strategy:
3939
matrix:
4040
runner: ${{ fromJson(inputs.build-test-runner-labels) }}

0 commit comments

Comments
 (0)