From 9f73510208e4ef6d18d5adc5c5634d473b8dcb76 Mon Sep 17 00:00:00 2001 From: David Shefcik Date: Fri, 10 Jun 2022 14:51:11 -0500 Subject: [PATCH] Add outputs to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f1a53a..9f4be9e 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,10 @@ To generate an API token: 7. Select Continue to summary > Create Token. More information can be found on [our guide for making Direct Upload deployments with continous integration](https://developers.cloudflare.com/pages/how-to/use-direct-upload-with-continuous-integration/#use-github-actions). + +## Outputs +| Name | Description | +| ---- | ----------- | +| `id` | The ID of the pages deployment | +| `url` | The URL of the pages deployment | +| `environment` | The environment that was deployed to |