Skip to content
/ square Public
generated from matbour/actions-template

Setup release metadata for deployable projects

License

Notifications You must be signed in to change notification settings

matbour/square

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Square

License Stars Latest release Workflow status Coverage

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.

Inputs

Name Type Default value
manifest string ''
mode output / env / both output
working-directory string $(cwd)

manifest

The manifest to look for. Currently, the only supported ones are JSON-based, with a "version" key at the root of the document.

mode

The how to output the results of the action. They can be actions output (output, default behavior), environment variables (env) or both (both).

working-directory

The working directory; the action will lookup for manifest in the specified directory.