Skip to content

Commit

Permalink
chore: try get current path
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Jun 12, 2024
1 parent 3689bb4 commit 6a0e540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/example-ts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const runner: AppRunner<typeof actions> = (data, context) => {

logger.info("Use {0}: {1}", context.name, context.version)
logger.info("hello {name}", data.input)
logger.info(process.cwd())
logger.info(__dirname)
}

actions.exec(runner)
Expand Down

0 comments on commit 6a0e540

Please sign in to comment.