diff --git a/.github/workflows/cd-swarm-deploy.yml b/.github/workflows/cd-swarm-deploy.yml index 043d17fa..8ab8d80f 100644 --- a/.github/workflows/cd-swarm-deploy.yml +++ b/.github/workflows/cd-swarm-deploy.yml @@ -107,7 +107,7 @@ jobs: if: always() name: slack notification with: - MESSAGE: 'GitHub Action result: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}\n>*Previous Image:* ${{ steps.swarm-deploy.outputs.PREVIOUS_IMAGE}}\n>*New Image:* ${{ inputs.IMAGE_TAG}}' + MESSAGE: Update Service - ${{ inputs.STACK_NAME }}!\n>GitHub Action result - ${{ github.event.pull_request.html_url || github.event.head_commit.url }}\n>*Previous Image:* ${{ steps.prvimg.outputs.PREVIOUS_IMAGE }}\n>*New Image:* ${{ needs.build_staging_calling_img.outputs.IMAGE_TAG }} CHANNEL: "${{ inputs.SLACK_CHANNEL }}" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}