|
33 | 33 | core.debug(`repo: ${repo}`);
|
34 | 34 | core.debug(`sha: ${sha}`);
|
35 | 35 | const { context: name, state } = (await github.rest.repos.createCommitStatus({
|
36 |
| - context: 'Runtime Tests / Wokwi (Get artifacts) (${{ github.event.workflow_run.event }} => workflow_run)', |
| 36 | + context: 'Runtime Tests / Wokwi (Get artifacts) (${{ github.event.workflow_run.event }} -> workflow_run)', |
37 | 37 | owner: owner,
|
38 | 38 | repo: repo,
|
39 | 39 | sha: sha,
|
|
63 | 63 | printf "Event name = "
|
64 | 64 | cat artifacts/event.txt
|
65 | 65 | printf "${{ github.event.workflow_run.head_sha || github.sha }}" >> artifacts/sha.txt
|
66 |
| - printf "Head SHA = " |
| 66 | + printf "\nHead SHA = " |
67 | 67 | cat artifacts/sha.txt
|
68 | 68 |
|
69 | 69 | if [ -z "$ref" ] || [ "$ref" == "null" ]; then
|
@@ -112,7 +112,7 @@ jobs:
|
112 | 112 | core.debug(`repo: ${repo}`);
|
113 | 113 | core.debug(`sha: ${sha}`);
|
114 | 114 | const { context: name, state } = (await github.rest.repos.createCommitStatus({
|
115 |
| - context: 'Runtime Tests / Wokwi (Get artifacts)', |
| 115 | + context: 'Runtime Tests / Wokwi (Get artifacts) (${{ github.event.workflow_run.event }} -> workflow_run)', |
116 | 116 | owner: owner,
|
117 | 117 | repo: repo,
|
118 | 118 | sha: sha,
|
@@ -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 }}) (${{ 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 }})', |
| 259 | + context: 'Runtime Tests / Wokwi (${{ matrix.type }}, ${{ matrix.chip }}) (${{ github.event.workflow_run.event }} -> workflow_run)', |
260 | 260 | owner: owner,
|
261 | 261 | repo: repo,
|
262 | 262 | sha: sha,
|
|
0 commit comments