cdklabs / cdklabs/cdk-pipelines-github
Set `defaults` for GHA job
Open
- Dominant language
- TypeScript
- Stars
- 384
- Forks
- 45
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 4
Description
I would like to run the pipeline actions in a working directory under my repository root. e.g. My CDK app files are in `./cdk/`. I currently do this using:
```
test:
name: Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: cdk
```
Is there a way to pass a `defaults` block into the pipeline config?
Contributor guide
Assessment
This issue has not been assessed yet.