From 1fbd427b2cd7706ad51f53d23b3ab7602a843a28 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 21 Feb 2021 08:17:11 +0000 Subject: [PATCH] Add outputs in action.yml --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 28532f8..0fbb088 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,13 @@ inputs: description: 'Check tags instead of releases.' default: 'false' required: false +outputs: + current: + description: 'current version' + latest: + description: 'latest version' + repo: + description: 'target GitHub repository. Same as the repo from input.' runs: using: 'docker' image: 'Dockerfile'