From cd57aa99e2e4ad7cd40440c77a522cd473343881 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 15 May 2020 09:21:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b825d408..d30361ba 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,8 @@ The action will export an environment variable called `DEPLOYMENT_STATUS` that y | Status | Description | | ------------- |-------------| -| `success` | The `success` status indicates that the action was able to successfully deploy the project to the branch. | -| `failed` | The `failed` status indicates that the action encountered an error while trying to deploy the project. | +| `success` | The `success` status indicates that the action was able to successfully deploy to the branch. | +| `failed` | The `failed` status indicates that the action encountered an error while trying to deploy. | | `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. | ---