1
0
Fork 0
mirror of https://github.com/fjogeleit/http-request-action.git synced 2024-12-04 21:30:23 +00:00

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'