From e651ceb114a39b0fc1020617dd25175d72f8b42e Mon Sep 17 00:00:00 2001 From: codchen Date: Sun, 21 May 2023 22:56:37 +0800 Subject: [PATCH] Update go.yml (#794) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 39f354a9b1..6bccf2d34c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - ref: ${{ github.ref }} + ref: "refs/pull/${{ github.event.number }}/merge" - uses: actions/setup-python@v3 - name: Set up Go