falkcorp/Get Frontend Configuration
Extracts frontend configuration from repository-config.yml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository-config | Repository configuration YAML content (from repository-config.yml) | yes | — |
| config-file | Path to repository-config.yml file (alternative to repository-config input) | no | .github/repository-config.yml |
| use-docker | Run inside the prebuilt Docker image | no | false |
| docker-image | Docker image reference (tag or digest) to use when use-docker is true | no | ghcr.io/falkcorp/gha-get-frontend-config:main |
Outputs
| name | description |
|---|---|
| dir | Frontend working directory (e.g., web, frontend, client) |
| node-version | Node.js version from config |
| has-frontend | Whether frontend configuration was found |