Update end-to-end-tests.yaml
This commit is contained in:
parent
b6521ba86e
commit
04d095b871
1 changed files with 1 additions and 1 deletions
2
.github/workflows/end-to-end-tests.yaml
vendored
2
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -143,7 +143,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
state: ${{ (!failure() && needs.tests.result == 'success') && 'success' || 'failure' }}
|
state: ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
|
||||||
context: ${{ github.workflow }} / end-to-end-tests
|
context: ${{ github.workflow }} / end-to-end-tests
|
||||||
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…
Reference in a new issue