From cf504594be9a99e628dd1ba6a7ae8cae46830e9f Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Thu, 2 Sep 2021 23:31:58 +0530 Subject: [PATCH] Updated pull request check gh action --- .github/workflows/status.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index fc6ede0a..2e72f099 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -42,7 +42,7 @@ jobs: uses: bubkoo/auto-comment@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - pullRequestSynchronize: "${{ steps.status_check.outputs.output }}" - pullRequestAssigned: "${{ steps.status_check.outputs.output }}" - pullRequestOpened: "${{ steps.status_check.outputs.output }}" - pullRequestReopened: "${{ steps.status_check.outputs.output }}" + pullRequestSynchronize: "${{ steps.status_check.outputs.status_check_output }}" + pullRequestAssigned: "${{ steps.status_check.outputs.status_check_output }}" + pullRequestOpened: "${{ steps.status_check.outputs.status_check_output }}" + pullRequestReopened: "${{ steps.status_check.outputs.status_check_output }}"