From abe2a451bfaefa187688b6cb592f5012917e4079 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Tue, 2 May 2023 17:44:26 -0300 Subject: [PATCH] try to fix new line --- .github/workflows/cd-swarm-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-swarm-deploy.yml b/.github/workflows/cd-swarm-deploy.yml index 143dde32..043d17fa 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: '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}}' CHANNEL: "${{ inputs.SLACK_CHANNEL }}" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}