From 1bb98e0c5b78059c53e76a9b18bbb8bc58c05d5f Mon Sep 17 00:00:00 2001 From: Tom Cooper Date: Sun, 25 Feb 2024 19:54:50 +0000 Subject: [PATCH] Include changelog output in action definition. --- changelog/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/action.yml b/changelog/action.yml index 99e10b6..6056fa8 100644 --- a/changelog/action.yml +++ b/changelog/action.yml @@ -15,6 +15,9 @@ inputs: description: 'Exclude certain kinds of changes' required: false default: '' +outputs: + changelog: + description: 'Output summary of API changelog' runs: using: 'docker' image: 'Dockerfile'