Skip to content

Commit 90fa1bc

Browse files
committed
fix
1 parent 8b78d62 commit 90fa1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wokwi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
core.debug(`repo: ${repo}`);
152152
core.debug(`sha: ${sha}`);
153153
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)',
155155
owner: owner,
156156
repo: repo,
157157
sha: sha,
@@ -256,7 +256,7 @@ jobs:
256256
core.debug(`repo: ${repo}`);
257257
core.debug(`sha: ${sha}`);
258258
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)',
260260
owner: owner,
261261
repo: repo,
262262
sha: sha,

0 commit comments

Comments
 (0)