Skip to content

Commit b4cc417

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 18dadb1 commit b4cc417

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
@@ -429,7 +429,7 @@ export class CIHelper {
429429
}
430430

431431
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");
432+
return getPullRequestCommentKeyFromURL(core.getInput("pr-comment-url"));
433433
}
434434

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

0 commit comments

Comments
 (0)