From 4bfe938c3b6c67ea66425ab609301eafb2fed677 Mon Sep 17 00:00:00 2001 From: Tim Shaker Date: Wed, 24 Jan 2024 18:07:25 -0800 Subject: [PATCH] fix typo [no ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd48956..81d0386 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The action will create the following resources: Based on the provided inputs, the action will determine which environment is the target environment, to which a new application version should be deployed. -The action uses the values of the `production_cname` and `staging_cname` inputs to determine which environment is the production or staging environment. Accordingly, the production CNAME should always point to the production environment, and staging CNAME should always point to the staging environment. +The action uses the values of the `production_cname` and `staging_cname` inputs to determine which environment is the production or staging environment. Accordingly, the production CNAME should always point to the production environment, and the staging CNAME should always point to the staging environment. If neither environment exists, the action will create a new environment with the `production_cname` input. If the production environment already exists, the action will target the staging environment, creating it if it doesn't exist.