From b0dda9a53a8d4ed93f7d2fab549ca2b35e329a44 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 14 Jun 2021 08:09:00 -0400 Subject: [PATCH] fix: register outputs from ::set-output --- action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yaml b/action.yaml index 3075336..823c868 100644 --- a/action.yaml +++ b/action.yaml @@ -45,6 +45,11 @@ inputs: description: 'Max amount of iterations (15s increments) to wait for a deployment' required: false default: '60' +outputs: + zip_filename: + description: 'Filename of generated zip file.' + etag: + description: 'ETag for the generated zip file reported by AWS.' runs: using: 'docker' image: 'Dockerfile'