From 29089487f30740df318afa8529a166fc044caf1c Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Thu, 13 Mar 2025 17:14:48 +0800 Subject: [PATCH] fix: cicd --- .github/workflows/go-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build-test.yml b/.github/workflows/go-build-test.yml index 7e64256a5..397f930fc 100644 --- a/.github/workflows/go-build-test.yml +++ b/.github/workflows/go-build-test.yml @@ -81,7 +81,7 @@ jobs: - name: Modify Chat Configuration run: | - yq e '.openIM.secret = 123456' -i chat-repo/${{ env.SHARE_CONFIG_PATH }} + yq e '.openIM.secret = 123456' -i ${{ env.SHARE_CONFIG_PATH }} - name: Build and test Chat Services run: |