From a7b84aaff6d462d3b8ce85a462809cdcefae13ac Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 29 Mar 2022 17:53:34 +0100 Subject: [PATCH] fix workflow file --- .github/workflows/smoke_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yaml b/.github/workflows/smoke_test.yaml index b48d0b5722..52374b3960 100644 --- a/.github/workflows/smoke_test.yaml +++ b/.github/workflows/smoke_test.yaml @@ -48,5 +48,5 @@ jobs: webhook-url: ${{ secrets.BUDI_QA_WEBHOOK }} content: "Smoke test run completed with ${{ steps.cypress.outcome }}. See results at ${{ steps.cypress.dashboardUrl }}" embed-title: ${{ steps.cypress.outcome }} - embed-color: ${{ steps.cypress.outcome == "success" && '3066993' || '15548997' }} + embed-color: ${{ steps.cypress.outcome == 'success' && '3066993' || '15548997' }}