From b2a746aa459144d1621d709eda9b60639020c4dc Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Sun, 28 Jul 2024 18:09:53 +0300 Subject: [PATCH] chore(deps): put installation slack link in code block --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 61f756bf4..2d887b91f 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -166,5 +166,5 @@ jobs: SLACK_USERNAME: csiBot SLACK_ICON_EMOJI: ":robot_face:" SLACK_TITLE: "New build was pushed" - SLACK_MESSAGE: "helm upgrade csi-wekafs -n csi-wekafs --create-namespace -i ${{ steps.helm-s3-upload.outputs.link }} --set logLevel=6" - SLACK_FOOTER: "" + SLACK_MESSAGE: "```helm upgrade csi-wekafs -n csi-wekafs --create-namespace -i ${{ steps.helm-s3-upload.outputs.link }} --set logLevel=6```" + SLACK_FOOTER: "Package path: ${{ steps.helm-s3-upload.outputs.link }}"