File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
core.debug(`repo: ${repo}`);
152
152
core.debug(`sha: ${sha}`);
153
153
const { context: name, state } = (await github.rest.repos.createCommitStatus({
154
- context: 'Runtime Tests / Wokwi (${{ matrix.type }}, ${{ matrix.chip }}) (${{ github.event.workflow_run.event }} -> workflow_run)',
154
+ context: 'Runtime Tests / Wokwi (${{ matrix.type }}, ${{ matrix.chip }}) / Wokwi ${{ matrix.chip }} ${{ matrix.type }} tests (${{ github.event.workflow_run.event }} -> workflow_run)',
155
155
owner: owner,
156
156
repo: repo,
157
157
sha: sha,
@@ -256,7 +256,7 @@ jobs:
256
256
core.debug(`repo: ${repo}`);
257
257
core.debug(`sha: ${sha}`);
258
258
const { context: name, state } = (await github.rest.repos.createCommitStatus({
259
- context: 'Runtime Tests / Wokwi (${{ matrix.type }}, ${{ matrix.chip }}) (${{ github.event.workflow_run.event }} -> workflow_run)',
259
+ context: 'Runtime Tests / Wokwi (${{ matrix.type }}, ${{ matrix.chip }}) / Wokwi ${{ matrix.chip }} ${{ matrix.type }} tests (${{ github.event.workflow_run.event }} -> workflow_run)',
260
260
owner: owner,
261
261
repo: repo,
262
262
sha: sha,
You can’t perform that action at this time.
0 commit comments