From d616daea94780c5ff482d1145e552a46c54eaf48 Mon Sep 17 00:00:00 2001 From: XS Date: Tue, 20 Aug 2024 18:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20ci=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb98d40e445..ecbe72f9583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: ${{ runner.os }}-maven- - name: "Checkout" uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: "Set up JDK ${{ matrix.java }}" uses: actions/setup-java@v4 with: