feat: cicd

This commit is contained in:
icey-yu 2024-12-18 09:41:06 +08:00
parent ee3315ccfe
commit f8b41ce812

View File

@ -126,8 +126,8 @@ jobs:
- name: Modify Server Configuration - name: Modify Server Configuration
run: | run: |
yq e '.groupCreated.unreadCount = true' -i ${{ env.CONFIG_PATH }} yq e '.groupCreated.isSendMsg = true' -i ${{ env.CONFIG_PATH }}
yq e '.friendApplicationApproved.unreadCount = true' -i ${{ env.CONFIG_PATH }} yq e '.friendApplicationApproved.isSendMsg = true' -i ${{ env.CONFIG_PATH }}
- name: Start Server Services - name: Start Server Services
run: | run: |