diff --git a/index.js b/index.js index 637155f..15eb812 100644 --- a/index.js +++ b/index.js @@ -160,6 +160,7 @@ async function commitChanges(file, filePath) { ); console.log('Branch Updated') } catch (error) { + console.log(error) core.setFailed(error); }