haisrig/Read Yaml File

Reads github branch configuration yaml file using javascript.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 28, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: haisrig/read-yaml-action@ba9f809ddff4180e741de3df9d6f4384c906e54e # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
branch_nameName of the branch.main
file_nameName of the config file. If not specified it will check for "config.yaml" file by default.
namedescription
build_typeType of the build
static_code_analysisStatic code analysis type like lint or sonar.
buildtrue if build action needs to be performed.
unit_testtrue if unit test action needs to be performed.
code_analysistrue if static code analysis action needs to be performed.
store_artifacttrue if build artifacts need to be stored.