From ffe18c3bfe4a2be09651e99ad294658aea4115ae Mon Sep 17 00:00:00 2001 From: Dulanjali Dilmi Date: Sun, 18 Feb 2024 01:39:23 +0530 Subject: [PATCH] Update github actions --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ecfff539ee..290cf786c8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout MI uses: actions/checkout@v1 with: - repository: wso2/micro-integrator - ref: refs/heads/master + repository: dulanjalidilmi/micro-integrator + ref: refs/heads/master-dependency - name: Build MI with Maven run: mvn clean install -Dsynapse.version=$(cat ../SYNAPSE_VERSION_FILE) -fae --file ../micro-integrator/pom.xml