Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Aug 20, 2022
1 parent f57f560 commit 2dfae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { approve } from "./approve";

export async function run() {
try {
const token = core.getInput("github-token", { required: true });
const token = core.getInput("github-token");
const reviewMessage = core.getInput("review-message");
await approve(
token,
Expand Down

0 comments on commit 2dfae02

Please sign in to comment.