From 628c98b034be2ac05e3dc53870ae3ab1395f1b2f Mon Sep 17 00:00:00 2001 From: kdivya153 <121901963+kdivya153@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:40:50 -0400 Subject: [PATCH] Update check-pr.yml --- .github/workflows/check-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 28ae1903..3d21c1ef 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -1,6 +1,8 @@ name: Check Pull Request on: workflow_dispatch: + inputs: + OPENRPC_PR_BRANCH: ${{ github.event.pull_request.head.ref }} pull_request: types: - 'ready_for_review' @@ -36,5 +38,4 @@ jobs: workflow: 'MFOS standalone sanity report - CORE,MANAGE,DISCOVERY' # Workflow in Repo B token: ${{ secrets.GITHUB_TOKEN }} repo: rdkcentral/firebolt-apis - inputs: - OPENRPC_PR_BRANCH: ${{ github.event.pull_request.head.ref }} +