We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c65fdb commit aa68a43Copy full SHA for aa68a43
lib/ci-helper.ts
@@ -438,7 +438,7 @@ export class CIHelper {
438
}
439
440
public parsePRCommentURLInput(): { owner: string; repo: string; pull_number: number; comment_id: number } {
441
- return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url") || "https://github.com/gitgitgadget/git/pull/1615#issuecomment-3197439884");
+ return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url"));
442
443
444
public parsePRURLInput(): { owner: string; repo: string; pull_number: number } {
0 commit comments