We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f594f25 commit 6bf11a8Copy full SHA for 6bf11a8
discord-commits/index.mjs
@@ -14,10 +14,6 @@ const extraEmbeds = stringToBoolean(core.getInput("include-extras")) ? template.
14
15
const embed = stringOrFalse(core.getInput("embed")) || JSON.stringify(template.embed)
16
17
-console.log({ github })
18
-console.log({ core })
19
-console.log({ context: github.context})
20
-
21
const DATA = {
22
env: { ...process.env },
23
github: { ...github },
@@ -30,7 +26,6 @@ if (lastCommitOnly) {
30
26
}
31
27
32
28
let embeds = github.context.payload.commits.map(commit => {
33
- console.log({ commit })
34
29
return parseTemplate({
35
...DATA,
36
commit: createCommit(commit),
0 commit comments