Skip to content

Commit 3286bf3

Browse files
authored
Update entrypoint.js
1 parent 86159dc commit 3286bf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.js

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const payload = {
1313
text: `${process.env.GITHUB_REPOSITORY}/${process.env.GITHUB_WORKFLOW} triggered by ${process.env.GITHUB_ACTOR} (${process.env.GITHUB_EVENT_NAME}) :\n${compiled(process.env)}`,
1414
};
1515

16+
console.log('The message content in JSON...');
17+
console.log(JSON.stringify(payload))
18+
1619
const url = process.env.DINGTALK_WEBHOOK;
1720

1821
(async () => {

0 commit comments

Comments
 (0)