haisrig/Read Yaml File
Reads github branch configuration yaml file using javascript.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 28, 2024
- License
- None
Pinned Snippet
uses: haisrig/read-yaml-action@ba9f809ddff4180e741de3df9d6f4384c906e54e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch_name | Name of the branch. | — | main |
| file_name | Name of the config file. If not specified it will check for "config.yaml" file by default. | — | — |
Outputs
| name | description |
|---|---|
| build_type | Type of the build |
| static_code_analysis | Static code analysis type like lint or sonar. |
| build | true if build action needs to be performed. |
| unit_test | true if unit test action needs to be performed. |
| code_analysis | true if static code analysis action needs to be performed. |
| store_artifact | true if build artifacts need to be stored. |