Update action.yml (#151)

Added status as output in action.yml
This commit is contained in:
Kurt Bonheure 2024-05-30 16:11:49 +02:00 committed by GitHub
parent 6cbe966de9
commit ae65a272d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'