Skip to content

Commit aa68a43

Browse files
committed
TO-DROP: git revert -m 1 HEAD # Revert "Merge branch 'debug-handle-pr-comment'"
This reverts commit dc65f6da9055c7037b4c17c2f293c4f4c1869907, reversing changes made to ab2016a3906d4076f682195f3e0453e9ddf7a3b3.
1 parent 9c65fdb commit aa68a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ci-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export class CIHelper {
438438
}
439439

440440
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");
441+
return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url"));
442442
}
443443

444444
public parsePRURLInput(): { owner: string; repo: string; pull_number: number } {

0 commit comments

Comments
 (0)