From bd3857047ec97154684d566de2728ae35bafe237 Mon Sep 17 00:00:00 2001 From: Cina Saffary Date: Wed, 13 Dec 2023 11:15:50 -0600 Subject: [PATCH] Apply suggestions from code review --- .changeset/plenty-seals-cover.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/plenty-seals-cover.md b/.changeset/plenty-seals-cover.md index 3f9ee07..a2c8d1b 100644 --- a/.changeset/plenty-seals-cover.md +++ b/.changeset/plenty-seals-cover.md @@ -2,7 +2,7 @@ "wrangler-action": minor --- -This change introduces three new GitHub Action's output variables. These variables are as follows: +This change introduces three new GitHub Actions output variables. These variables are as follows: - `command-output` - contains the string results of `stdout` - `command-stderr` - contains the string results of `stderr` diff --git a/README.md b/README.md index 8f2776e..032b340 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Now when you run your workflow, you will see the full output of the Wrangler com ### Using the `deployment-url` Output Variable -If you are executing a Wrangler command that results in either a workers or pages deployment, you can utilize the `deployment-url` output variable to get the URL of the deployment. For example, if you want to print the deployment URL after deploying your application, you can do the following: +If you are executing a Wrangler command that results in either a Workers or Pages deployment, you can utilize the `deployment-url` output variable to get the URL of the deployment. For example, if you want to print the deployment URL after deploying your application, you can do the following: ```yaml - name: Deploy