Skip to content

Commit

Permalink
Fix CI report
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Nov 14, 2024
1 parent 9a12b5c commit 2b268ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
script: |
const workflow_url = `https://github.com/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`
const issue_body = `[Workflow Run URL](${workflow_url})`
github.issues.create({
github.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
body: issue_body,
Expand Down

0 comments on commit 2b268ae

Please sign in to comment.