adding correct dashboard URL output for cypress
This commit is contained in:
parent
a1806a94a8
commit
c5294bb2d0
|
@ -48,7 +48,7 @@ jobs:
|
||||||
uses: tsickert/discord-webhook@v4.0.0
|
uses: tsickert/discord-webhook@v4.0.0
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.BUDI_QA_WEBHOOK }}
|
webhook-url: ${{ secrets.BUDI_QA_WEBHOOK }}
|
||||||
content: "Smoke test run completed with ${{ steps.cypress.outcome }}. See results at ${{ steps.cypress.dashboardUrl }}"
|
content: "Smoke test run completed with ${{ steps.cypress.outcome }}. See results at ${{ steps.cypress.outputs.dashboardUrl }}"
|
||||||
embed-title: ${{ steps.cypress.outcome }}
|
embed-title: ${{ steps.cypress.outcome }}
|
||||||
embed-color: ${{ steps.cypress.outcome == 'success' && '3066993' || '15548997' }}
|
embed-color: ${{ steps.cypress.outcome == 'success' && '3066993' || '15548997' }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue