diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c43980d35..ee3ae9504 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -53,8 +53,7 @@ jobs: - name: Checkout ci.ant uses: actions/checkout@v3 with: - repository: cherylking/ci.ant - ref: updateCompileJsp + repository: OpenLiberty/ci.ant path: ci.ant - name: Set up Maven uses: stCarolas/setup-maven@v4.5 @@ -104,7 +103,7 @@ jobs: run: | cp -r D:/a/ci.maven/ci.maven C:/ci.maven git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common - git clone https://github.com/cherylking/ci.ant.git --branch updateCompileJsp --single-branch C:/ci.ant + git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant - name: Set up Maven uses: stCarolas/setup-maven@v4.5 with: