Skip to content

Commit 21a5294

Browse files
committed
update log to stringify object
1 parent 91d5222 commit 21a5294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/file/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default async function () {
100100
)
101101
}
102102
} catch (error) {
103-
core.setFailed(`Failed on filing: ${filing}\n${error}`)
103+
core.setFailed(`Failed on filing: ${JSON.stringify(filing, null, 2)}\n${error}`)
104104
process.exit(1)
105105
}
106106
}

0 commit comments

Comments
 (0)