Action outputs

Add outputs field into the action metadata file, allowing for sweet autocomplete in some code editors
pull/100/head
DeMineArchiver 2 years ago committed by GitHub
parent aeb0d936a7
commit d72e9b8521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,15 @@ inputs:
description: "The version of Wrangler to use"
required: false
default: "2"
outputs:
id:
description: The ID of the pages deployment
url:
description: The URL of the pages deployment
alias:
description: The alias if it exists otherwise the deployment URL
environment:
description: The environment that was deployed to
runs:
using: "node16"
main: "index.js"

Loading…
Cancel
Save