Skip to content

Commit

Permalink
update build 40
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 20, 2021
2 parents 3e4e164 + f69f704 commit 1d35656
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const execPullRequestReviewMention = async (
): Promise<void> => {
const { repoToken, configurationPath } = allInputs;
const reviewerUsername = payload.review?.user?.login as string;
const pullRequestUsername = payload.pull_request?.base?.user?.login as string;
const pullRequestUsername = payload.pull_request?.user?.login as string;

if (!reviewerUsername) {
throw new Error("Can not find review user.");
Expand Down

0 comments on commit 1d35656

Please sign in to comment.