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' }}