Skip to content

Commit af3ca5a

Browse files
committed
stringify
1 parent a83b8b1 commit af3ca5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/813.index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/813.index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/helpers/create-batched-commit-message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ import { context } from '@actions/github';
1515
import { info } from '@actions/core';
1616

1717
export const createBatchedCommitMessage = async () => {
18-
info(context.payload.event.before);
18+
info(JSON.stringify(context.payload));
1919
};

0 commit comments

Comments
 (0)