Skip to content

Commit

Permalink
Fix report step on CI (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Nov 14, 2024
1 parent 992de67 commit 52f7d33
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 52f7d33

Please sign in to comment.