Skip to content

Commit

Permalink
Update wokwi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed May 3, 2024
1 parent aba102c commit 16ee0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wokwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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,
Expand Down

0 comments on commit 16ee0ca

Please sign in to comment.