We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e1369 commit 9f364ceCopy full SHA for 9f364ce
.github/workflows/wc-build-push.yml
@@ -57,7 +57,7 @@ jobs:
57
runner-labels: ${{ inputs.runner-labels }}
58
59
build-push:
60
- name: Build (${{ matrix.runner }})
+ name: Build (${{ toJson(matrix.runner) }})
61
strategy:
62
matrix:
63
runner: ${{ fromJson(inputs.build-test-runner-labels) }}
.github/workflows/wc-integration-test.yml
@@ -34,7 +34,7 @@ permissions: {}
34
35
jobs:
36
run-test:
37
- name: 🧪 Integration Test (${{ matrix.runner }})
+ name: Integration Test (${{ toJson(matrix.runner) }})
38
39
40
0 commit comments