1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

adding correct dashboard URL output for cypress

This commit is contained in:
Martin McKeaveney 2022-05-06 09:20:56 +01:00
parent 514b9ae981
commit 4971c58a89

View file

@ -48,7 +48,7 @@ jobs:
uses: tsickert/discord-webhook@v4.0.0
with:
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-color: ${{ steps.cypress.outcome == 'success' && '3066993' || '15548997' }}