Skip to content

Commit

Permalink
chore: test then
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 24, 2024
1 parent 2a56d91 commit 6a8ba29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function plugin(inputs: PluginInputs, env: Env) {
repo: context.payload.repository.name,
body: `\`\`\`diff\n${message} ${optionalParams}`,
})
.then(() => console.log("posted info"))
.catch((e) => console.error("Failed to post info comment", e));
},
warn(message: unknown, ...optionalParams: unknown[]) {
Expand Down

0 comments on commit 6a8ba29

Please sign in to comment.