falkcorp/Load Repository Config
Load and parse .github/repository-config.yml with fallback handling
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to repository config YAML file | no | .github/repository-config.yml |
| fail-on-missing | Fail if config file is missing | no | false |
| 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-load-config:main |
Outputs
| name | description |
|---|---|
| config | Parsed configuration as JSON string |
| has-config | Whether config file exists and was parsed successfully |
| raw-yaml | Raw YAML content (if exists) |