mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-27 13:29:57 +00:00
Add outputs to README (#13)
* Add outputs to README * Update README.md Co-authored-by: Daniel Walsh <walshydev@gmail.com>
This commit is contained in:
parent
c4f0d2e08d
commit
364c7ca09a
|
@ -59,3 +59,10 @@ The branch name is used by Cloudflare Pages to determine if the deployment is pr
|
||||||
|
|
||||||
If you are in a Git workspace, Wrangler will automatically pull the branch information for you. You can override this
|
If you are in a Git workspace, Wrangler will automatically pull the branch information for you. You can override this
|
||||||
manually by adding the argument `branch: YOUR_BRANCH_NAME`.
|
manually by adding the argument `branch: YOUR_BRANCH_NAME`.
|
||||||
|
|
||||||
|
## Outputs
|
||||||
|
| Name | Description |
|
||||||
|
| ------------- | -------------------------------------|
|
||||||
|
| `id` | The ID of the pages deployment |
|
||||||
|
| `url` | The URL of the pages deployment |
|
||||||
|
| `environment` | The environment that was deployed to |
|
||||||
|
|
Loading…
Reference in a new issue