MikeBild / aws-cdk-js-github-action

GitHub Action using AWS CDK for JavaScript
https://github.com/marketplace/actions/aws-cdk-js-github-action
MIT License
4 stars 3 forks source link

Set working directory #1

Open ranganapeiris opened 4 years ago

ranganapeiris commented 4 years ago

Hi Mike,

Thanks for your Github action. I am trying to use the action in my workflow. But my AWS CDK typescript project is in a different folder. Is there anyway that I can set the working directory before I execute the action?

MikeBild commented 4 years ago

Hi,

I'm not quite sure which folder you meant exactly, but here (https://github.com/MikeBild/aws-cdk-js-github-action-example/blob/master/.github/workflows/main.yml#L31) is an example to use a different folder for your CDK stack file. Does that help? Ciao, Mike