From c365949e85fae8020b3dfe144d77e43a884e2d6e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 12 Sep 2022 10:17:44 +0100 Subject: [PATCH] Update cypress.yaml (#9269) --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index f75daba9a81..a76c00918bb 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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 }}