Skip to content

Commit

Permalink
action.yml: fix miss options
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Dec 18, 2023
1 parent bd84201 commit d518490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ runs:
return timeDiffInHours > hours;
}
const watermark = `[[puLL-Merge](https://github.com/brave/pull-merge)] - [${process.env.GITHUB_REPOSITORY}@${context.issue.number}](https://github.com/${process.env.GITHUB_REPOSITORY}/pull/${context.issue.number})`
const watermark = `[[puLL-Merge](https://github.com/brave/pull-merge)] - [${options.owner}/${options.repo}@${options.prnum}](https://github.com/${options.owner}/${options.repo}/pull/${options.prnum})`
try {
const query = `query($owner:String!, $name:String!, $prnumber:Int!) {
Expand Down

0 comments on commit d518490

Please sign in to comment.