Skip to content

Commit 2fe4aa8

Browse files
committed
add log msg
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 865ef49 commit 2fe4aa8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

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

src/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ function renderTemplate(
143143
inp: Map<string, string>,
144144
indent: number
145145
): () => (text: string, render: (arg: string) => string) => void {
146+
core.info(`input map is ${inp}`)
146147
return function (): (text: string, render: (arg: string) => string) => void {
147148
return function (text: string, render: (arg: string) => string): string {
148149
const url = render(text)

0 commit comments

Comments
 (0)