Skip to content

Commit

Permalink
missed the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
A1shK committed Jan 5, 2025
1 parent 247b7bd commit ab8d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
content: "eyes",
});
const { number: pull_number } = context.payload.issue;
const { data: { head: { ref: branch }}} = await github.rest.pulls.get({
const { data: { head: { ref: branch, repo: { fork }}}} = await github.rest.pulls.get({
owner,
repo,
pull_number,
Expand Down

0 comments on commit ab8d9c0

Please sign in to comment.