mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 15:31:22 +02:00
Update cypress.yaml (#9269)
This commit is contained in:
parent
e3b13eb97c
commit
c365949e85
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
@ -177,7 +177,7 @@ jobs:
|
|||||||
- uses: Sibz/github-status-action@v1
|
- uses: Sibz/github-status-action@v1
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
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 }})
|
context: ${{ github.workflow }} / cypress (${{ github.event.workflow_run.event }} => ${{ github.event_name }})
|
||||||
sha: ${{ github.event.workflow_run.head_sha }}
|
sha: ${{ github.event.workflow_run.head_sha }}
|
||||||
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user