From 40b3b4233677edb395da72df9ac9416e4c4e9440 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:11:26 +0530 Subject: [PATCH] Update pr-builder-test-JDK11-7.yml --- .github/workflows/pr-builder-test-JDK11-7.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-builder-test-JDK11-7.yml b/.github/workflows/pr-builder-test-JDK11-7.yml index a26c0e0072f..a2952e4d78e 100644 --- a/.github/workflows/pr-builder-test-JDK11-7.yml +++ b/.github/workflows/pr-builder-test-JDK11-7.yml @@ -25,7 +25,8 @@ jobs: run: echo Running the PR builder for PR - ${{ github.event.inputs.pr }} - name: Comment build info run: | - cd ./wso2/product-is/master/.github/scripts + cd ./scripts + ls -a pwd owner=$(echo '${{github.event.inputs.pr}}' | cut -d "/" -f 4) repo=$(echo '${{github.event.inputs.pr}}' | cut -d "/" -f 5)