Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seupedro authored and zxyle committed Jul 27, 2020
1 parent a6989ee commit 647a5e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const deepmerge = require('deepmerge');
*
*/
try {
console.log(core.getInput('gae_config_path'));
const gaeConfigPath = core.getInput('gae_config_path') || './app.yaml';
console.log(gaeConfigPath);
const fileContents = fs.readFileSync(gaeConfigPath, 'utf8');

let data = yaml.safeLoad(fileContents);
Expand Down

0 comments on commit 647a5e5

Please sign in to comment.