Skip to content

Commit

Permalink
update github script
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed May 2, 2022
1 parent 8c004ce commit fa8b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
const comments = await github.rest.issues.listComments({
owner: context.actor,
repo: context.repo.repo,
issue_number: github.issue.number,
issue_number: context.issue.number,
});
const exists = comments.data.find(comment => comment.user.login === 'github-actions[bot]');
Expand Down

0 comments on commit fa8b16b

Please sign in to comment.