Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 17, 2024
1 parent 8b4836d commit e8162a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function run() {

console.log('running action');

const configurationFilePath = process.env.CONFIGURATION_FILE_PATH || '';
const configurationFilePath = process.env.CONFIGURATION_FILE || '';

const configuration = getConfiguration(configurationFilePath);
console.log('configuration', configuration);
Expand Down

0 comments on commit e8162a1

Please sign in to comment.