From c7bd2d80caf967157413d2ee3ee309ab5f51821b Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 17 Jul 2023 16:15:50 +0800 Subject: [PATCH] feat: add test file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index d5f299570..014de9667 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -60,6 +60,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + repository: kubbot/Open-IM-Server + token: "${{ secrets.BOT_GITHUB_TOKEN }}" # `GH_PAT` is a secret that contains your PAT - name: Run go modules tidy run: |