Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 17, 2024
1 parent b9391f4 commit ad11f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async function run() {


const configurationFilePath = core.getInput('configuration_file');
console.log('config env path', process.env.CONFIGURATION_FILE);

console.log('configuration file path:', configurationFilePath);

const configuration = getConfiguration(configurationFilePath);
Expand Down

0 comments on commit ad11f98

Please sign in to comment.