googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.61k stars 207 forks source link

Fix: Add action outputs to action manifest #920

Open nikolaifa opened 7 months ago

nikolaifa commented 7 months ago

Outputs of a Github action should be defined within action.yml manifest as stated in documentation.

"The data in the metadata file defines the inputs, outputs, and runs configuration for your action."

I've skipped mapping of outputs with dynamic keys, "paths outputs".

google-cla[bot] commented 7 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.