We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dadb1 commit b4cc417Copy full SHA for b4cc417
lib/ci-helper.ts
@@ -429,7 +429,7 @@ export class CIHelper {
429
}
430
431
public parsePRCommentURLInput(): { owner: string; repo: string; pull_number: number; comment_id: number } {
432
- return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url") || "https://github.com/gitgitgadget/git/pull/1615#issuecomment-3197439884");
+ return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url"));
433
434
435
public parsePRURLInput(): { owner: string; repo: string; pull_number: number } {
0 commit comments