diff --git a/index.js b/index.js index 8207b95..773d91c 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ const core = require('@actions/core') const github = require('@actions/github') const fs = require('fs') +run(); async function run() { try { console.log(`CWD: ${process.cwd()}`) @@ -138,3 +139,4 @@ async function commitChanges(filePath) { console.error('Error committing changes:', error); } } +