From 98c98efd453c71296a55957e274721ce9880521a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bigourdan <10694593+PyvesB@users.noreply.github.com> Date: Sun, 6 Mar 2022 16:53:09 +0000 Subject: [PATCH] Fix GitHub Deployments example color (#7691) --- services/github/github-deployments.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/github/github-deployments.service.js b/services/github/github-deployments.service.js index eed495401c..3d96bc0df1 100644 --- a/services/github/github-deployments.service.js +++ b/services/github/github-deployments.service.js @@ -58,7 +58,7 @@ export default class GithubDeployments extends GithubAuthV4Service { environment: 'shields-staging', }, staticPreview: this.render({ - state: 'success', + state: 'SUCCESS', }), documentation, },