partior-libs/Partior - Yaml Importer to GitHub flat variable
Read and create an YAML importer file into GitHub Actions flat variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yaml-file | Path to YAML file | yes | default-config.yaml |
| yaml-file-for-default | Path to YAML file which contain default value | no | "" |
| query-path | YAML query path | no | "" |
| query-path-for-default | YAML query path for default value | no | "" |
| set-sub-default-keys | Comma delimited sub default keys from yaml-file file. ie: ci.branches.default,ci.another.default | no | "" |
| set-sub-default-keys-for-default | Comma delimited sub default keys from yaml-file-for-default file. ie: ci.branches.default,ci.another.default | no | "" |
| output-file | Custom path of the output file | no | "" |
| upload | Flag to indicate if require to upload the importer file | no | false |
| override-artifact-base-name | Override artifact base name | no | "" |
Outputs
| name | description |
|---|---|
| importer-filename | Filename of the importer script |