actions-marketplace-validations/Set matrix job workdir
The composite actions are used to dynamically create the workdir used by the matrix.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 14, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ponkio-o_set-terraform-matrix@aba0395f069bc325ef5e37619252220e0bc5ae5a # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy_target_file | path to deply_target.json | no | .github/workflows/deploy_target.json |
| token | GITHUB_TOKEN | no | ${{ github.token }} |
| all_label | Label name on deploy to all environment | no | target:all |
| dev_label | Label name on deploy to development environment | no | target:develop |
| stg_label | Label name on deploy to staging environment | no | target:staging |
| prod_label | Label name on deploy to production environment | no | target:production |
| custom_comment | Additional comments (Markdown is supported) | no | "" |
Outputs
| name | description |
|---|---|
| matrix-workdir | Terraform working directory |