Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 18, 2024
1 parent 3c90323 commit d9978b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const status = '${{ steps.tests.outputs.tests }}';
const log = '${{ steps.output.outputs.tests_log }}';
const log = '${{ steps.tests.outputs.tests_log }}';
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit d9978b3

Please sign in to comment.