From c00f94a9595d4dff7356fb225ae8ea70bb99d82a Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Thu, 4 Dec 2025 00:12:57 +0530 Subject: [PATCH 1/2] fix the workflow --- .github/workflows/review-api-docs-on-merge-workflow.yml | 3 ++- .github/workflows/review-api-docs-workflow.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review-api-docs-on-merge-workflow.yml b/.github/workflows/review-api-docs-on-merge-workflow.yml index 7a0e309a..25310b82 100644 --- a/.github/workflows/review-api-docs-on-merge-workflow.yml +++ b/.github/workflows/review-api-docs-on-merge-workflow.yml @@ -28,7 +28,8 @@ jobs: - name: Checkout ballerina-library repository uses: actions/checkout@v3 with: - repository: ballerina-platform/ballerina-library + repository: ${{ github.repository }} + ref: ${{ github.ref }} path: ballerina-library - name: Checkout current repository diff --git a/.github/workflows/review-api-docs-workflow.yml b/.github/workflows/review-api-docs-workflow.yml index 8406f935..05871ee2 100644 --- a/.github/workflows/review-api-docs-workflow.yml +++ b/.github/workflows/review-api-docs-workflow.yml @@ -29,7 +29,8 @@ jobs: - name: Checkout ballerina-library repository uses: actions/checkout@v3 with: - repository: ballerina-platform/ballerina-library + repository: ${{ github.repository }} + ref: ${{ github.ref }} path: ballerina-library - name: Checkout target repository From 04e9a6101a28ae9e221b35a6d1fcc0f6743453c3 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Thu, 4 Dec 2025 22:23:24 +0530 Subject: [PATCH 2/2] update the github workflow --- .github/workflows/review-api-docs-on-merge-workflow.yml | 2 -- .github/workflows/review-api-docs-workflow.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/review-api-docs-on-merge-workflow.yml b/.github/workflows/review-api-docs-on-merge-workflow.yml index 25310b82..d040552b 100644 --- a/.github/workflows/review-api-docs-on-merge-workflow.yml +++ b/.github/workflows/review-api-docs-on-merge-workflow.yml @@ -28,8 +28,6 @@ jobs: - name: Checkout ballerina-library repository uses: actions/checkout@v3 with: - repository: ${{ github.repository }} - ref: ${{ github.ref }} path: ballerina-library - name: Checkout current repository diff --git a/.github/workflows/review-api-docs-workflow.yml b/.github/workflows/review-api-docs-workflow.yml index 05871ee2..94c9c6d3 100644 --- a/.github/workflows/review-api-docs-workflow.yml +++ b/.github/workflows/review-api-docs-workflow.yml @@ -29,8 +29,6 @@ jobs: - name: Checkout ballerina-library repository uses: actions/checkout@v3 with: - repository: ${{ github.repository }} - ref: ${{ github.ref }} path: ballerina-library - name: Checkout target repository