Skip to content

Commit

Permalink
remove comment from script
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 1689183 commit 589d6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wokwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
const owner = '${{ github.repository_owner }}';
const repo = '${{ github.repository }}'.split('/')[1];
const sha = '${{ github.event.workflow_run.head_sha }}';
#create conclusion variable from previous job conclusion
const conclusion = '${{ needs.wokwi-test.conclusion }}';
core.debug(`owner: ${owner}`);
core.debug(`repo: ${repo}`);
Expand Down

0 comments on commit 589d6d3

Please sign in to comment.