Skip to content

Commit

Permalink
fix: 修复机器人消息推送的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx committed Mar 22, 2024
1 parent 13f2ba7 commit 6e5e082
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Send Change Log
uses: xh-polaris/send-changelog@v1
with:
webhook_url: ${{ secrets.Front_WEBHOOK_URL }}
title: CloudMind后端更新日志

deploy:
runs-on: ubuntu-latest
Expand All @@ -80,10 +85,4 @@ jobs:
echo "${{ secrets.KUBE_CONFIG }}" > $HOME/.kube/config
kubectl get deployment ${{ env.IMAGE_NAME }} -n ${{ vars.BASE_TEST_NAMESPACE }} -o yaml |\
sed 's/^\( - image: lansongxx\/${{ env.IMAGE_NAME }}:\).*$/\1${{ needs.build.outputs.version }}/' |\
kubectl apply -f -
- name: Send Change Log
uses: xh-polaris/send-changelog@v1
with:
webhook_url: ${{ secrets.Front_WEBHOOK_URL }}
title: CloudMind后端更新日志
kubectl apply -f -

0 comments on commit 6e5e082

Please sign in to comment.