Skip to content

Commit

Permalink
chore: bundle and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyNoodle committed Sep 25, 2023
1 parent 9630cdc commit b505ee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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 src/postMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function postMessage(
group: string
) {
const messageStart = messageStartCreator(group)

core.info('Formatting message')
try {
const body = `${messageStart}
Expand Down

0 comments on commit b505ee2

Please sign in to comment.