From ae65a272d9989358761c50fe5230e0f0887d3322 Mon Sep 17 00:00:00 2001 From: Kurt Bonheure <45627948+Kbonheur@users.noreply.github.com> Date: Thu, 30 May 2024 16:11:49 +0200 Subject: [PATCH] Update action.yml (#151) Added status as output in action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 1af14d2..409db61 100644 --- a/action.yml +++ b/action.yml @@ -77,6 +77,8 @@ outputs: description: 'HTTP Response Content' headers: description: 'HTTP Response Headers' + status: + description: 'HTTP status message' runs: using: 'node20' main: 'dist/index.js'