Closed cupofme closed 1 year ago
In action.yaml output is defined as follows:
outputs: changelog: description: Generated changelog
But it is not usable and outputs.changes needs to be used instead. It causes confusion when using IDE extensions that rely on action.yml.
outputs.changes
In action.yaml output is defined as follows:
But it is not usable and
outputs.changes
needs to be used instead. It causes confusion when using IDE extensions that rely on action.yml.