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'