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: |