Skip to content

Commit 0e4b12b

Browse files
committed
fixup! fixup! build
1 parent 9b6bece commit 0e4b12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/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.

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export async function parseConfig() {
235235

236236
const result = {}
237237

238-
core.info('Config object', configObject)
238+
core.info(`Config object: ${ JSON.stringify(configObject, null, 2) }`)
239239

240240
Object.keys(configObject).forEach((key) => {
241241
if (key === 'group') {

0 commit comments

Comments
 (0)