1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Update cypress.yaml (#9269)

This commit is contained in:
Michael Telatynski
2022-09-12 10:17:44 +01:00
committed by GitHub
parent e3b13eb97c
commit c365949e85

View File

@@ -177,7 +177,7 @@ jobs:
- uses: Sibz/github-status-action@v1
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
state: ${{ needs.tests.result }} == 'success' && 'success' || 'failure'
state: ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
context: ${{ github.workflow }} / cypress (${{ github.event.workflow_run.event }} => ${{ github.event_name }})
sha: ${{ github.event.workflow_run.head_sha }}
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}