fix: cicd

This commit is contained in:
icey-yu 2025-03-13 17:14:48 +08:00
parent 71e39d679d
commit 29089487f3

View File

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