1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

fix workflow file

This commit is contained in:
Martin McKeaveney 2022-03-29 17:53:34 +01:00
parent 8ddbd2ca2e
commit 6eabe4da1f

View file

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