Skip to content

Commit

Permalink
Add: You are here
Browse files Browse the repository at this point in the history
  • Loading branch information
edelciomolina committed Dec 5, 2023
1 parent 8135b49 commit eb44c04
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 @@ -9,6 +9,8 @@ const delete_input_files = (core.getInput('delete_input_files') || 'true') === '
const create_bundle_config = (core.getInput('create_bundle_config') || 'true') === 'true'

try {
core.info(`✅ You are here "${process.cwd()}"`)

core.info(`✅ Input Parameters`)
core.info(` - bundle_config_folder: ${bundle_config_folder}`)
core.info(` - create_bundle_config: ${create_bundle_config}`)
Expand Down

0 comments on commit eb44c04

Please sign in to comment.