From e34967fded452172dfde2307e926f0809f48daab Mon Sep 17 00:00:00 2001 From: girazoki Date: Thu, 7 Nov 2024 11:28:15 +0100 Subject: [PATCH] commit action status --- .github/workflows/e2e-test-bridge.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test-bridge.yml b/.github/workflows/e2e-test-bridge.yml index 07fd20548..f5c50cf88 100644 --- a/.github/workflows/e2e-test-bridge.yml +++ b/.github/workflows/e2e-test-bridge.yml @@ -119,4 +119,6 @@ jobs: uses: LouisBrunner/checks-action@v1.1.1 with: sha: ${{ steps.sharef.outputs.sha }} - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} + name: Bridge e2e test + conclusion: ${{ job.status }} \ No newline at end of file