From 16ee0ca04a631ad70330d8ef93964d20d58188c3 Mon Sep 17 00:00:00 2001 From: Jan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Fri, 3 May 2024 15:34:19 +0200 Subject: [PATCH] Update wokwi.yml --- .github/workflows/wokwi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wokwi.yml b/.github/workflows/wokwi.yml index 29c12340f1d..e25d8432b0b 100644 --- a/.github/workflows/wokwi.yml +++ b/.github/workflows/wokwi.yml @@ -96,7 +96,7 @@ jobs: - name: Report result uses: actions/github-script@v7 with: - core.debug: true + ebug: true script: | const owner = '${{ github.repository_owner }}'; const repo = '${{ github.repository }}'.split('/')[1]; @@ -108,7 +108,7 @@ jobs: core.debug(`result: ${result}`); const { context: name, state } = (await github.rest.repos.createCommitStatus({ context: 'Wokwi tests', - description: 'Wokwi tests ${result}', + description: 'Wokwi simulator tests', owner: owner, repo: repo, sha: sha,