Normalize outputs based on package manifests (package.json
, composer.json
) and GitHub Actions context.
Disclaimer: this package is still in active development and thus is unstable.
Name | Type | Default value |
---|---|---|
manifest |
string |
'' |
mode |
output / env / both |
output |
working-directory |
string |
$(cwd) |
The manifest to look for.
Currently, the only supported ones are JSON-based, with a "version"
key at the root of the document.
The how to output the results of the action.
They can be actions output (output
, default behavior), environment variables (env
) or both (both
).
The working directory; the action will lookup for manifest in the specified directory.