From aa4c405f59c61ea6931b535d17bfced758d6c9fd Mon Sep 17 00:00:00 2001 From: Sanlorng Date: Tue, 5 Nov 2024 12:04:01 +0800 Subject: [PATCH] Update github_snapshot_build.yml --- .github/workflows/github_snapshot_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_snapshot_build.yml b/.github/workflows/github_snapshot_build.yml index 8f4f3774..655d7d18 100644 --- a/.github/workflows/github_snapshot_build.yml +++ b/.github/workflows/github_snapshot_build.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - ref: ${{ github.ref }} + ref: sync_master_target - name: Set up JDK 17 uses: actions/setup-java@v4 with: