Update README.md

This commit is contained in:
James Ives 2020-05-14 17:42:55 -04:00 committed by GitHub
parent 1ada96b8f7
commit 704d83fe9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ With the action correctly configured you should see the workflow trigger the dep
The action will export an environment variable called `DEPLOYMENT_STATUS` that you can use in your workflow to determine if the deployment was successful or not. You can find an explanation of each status code below. The action will export an environment variable called `DEPLOYMENT_STATUS` that you can use in your workflow to determine if the deployment was successful or not. You can find an explanation of each status code below.
| Status | Description | | Status | Description |
| ------------- |:-------------:| | ------------- |-------------|
| `success` | The `success` status indicates that the action was able to successfully deploy the project to the branch. | | `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. | | `failed` | The `failed` status indicates that the action encountered an error while trying to deploy the project. |
| `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. | | `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. |