We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67efd3c commit 94dca3fCopy full SHA for 94dca3f
1 file changed
.github/workflows/label-validation.yml
@@ -109,7 +109,7 @@ jobs:
109
matrix:
110
config: ${{ fromJson(needs.get-jobs.outputs.search-space-config) }}
111
secrets: inherit
112
- name: validate ${{ fromJson(needs.get-jobs.outputs.search-space-config).runner }} ${{ fromJson(needs.get-jobs.outputs.search-space-config).image }}
+ name: validate ${{ fromJson(needs.get-jobs.outputs.search-space-config)['runner'] }} ${{ fromJson(needs.get-jobs.outputs.search-space-config)['image'] }}
113
with:
114
exp-name: ${{ matrix.config.exp-name }}
115
isl: ${{ matrix.config.isl }}
0 commit comments