Generates a build-info.json file describing the version of the code in a build.
output-name- The file name to output. Defaults tobuild-info.json.format- The data format for the generated file. At present, onlyjsonis supported. (If specified, must be lowercase.)
steps:
- name: Create build-info.json with default inputs.
uses: nciocpl/[email protected]
- name: Create with alternate name.
uses: nciocpl/[email protected]
with:
output-name: alternate-file-name.json