Skip to content

Commit

Permalink
Merge pull request #1637 from Miepee/patch-5
Browse files Browse the repository at this point in the history
Fix yet another error in CI due to bumped dependency
  • Loading branch information
colinator27 authored Jan 12, 2024
2 parents 286423d + a7a589c commit 2f49372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cli_part += "\n";
body += gui_part + cli_part;
const {data: comments} = await github.issues.listComments({repo, owner, issue_number});
const {data: comments} = await github.rest.issues.listComments({repo, owner, issue_number});
const doesCommentExist = comments.find((c) => c.user.login === "github-actions[bot]");
if (doesCommentExist)
{
Expand Down

0 comments on commit 2f49372

Please sign in to comment.