Skip to content

Commit f42d138

Browse files
committed
log the settings for debugging
1 parent 0cdcdf6 commit f42d138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/run-event/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ const runEvent = async ({
4949
try {
5050
const settings = getSettings(inputs?.settings, isOnSuccess);
5151

52+
console.log('Configured settings:', settings);
53+
5254
const allErrors = [];
5355
const data = [];
5456

0 commit comments

Comments
 (0)