From 6db30f8e5a674a8272f29b3d0a22ebdbcd5e2e53 Mon Sep 17 00:00:00 2001 From: Anabella Buckvar Date: Wed, 17 Jan 2024 17:44:14 -0500 Subject: [PATCH] DOP-4724 testing --- src/services/slack.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/services/slack.ts b/src/services/slack.ts index 93f405d06..979a52c85 100644 --- a/src/services/slack.ts +++ b/src/services/slack.ts @@ -140,7 +140,7 @@ export class SlackConnector implements ISlackConnector { action_id: 'repo_option', placeholder: { type: 'plain_text', - text: 'Select a repo to deploy', + text: 'deploy', emoji: true, }, options: repos, @@ -186,9 +186,9 @@ export class SlackConnector implements ISlackConnector { const opt = { text: { type: 'plain_text', - text: displayBranchPath, + text: 'displayBranchPath', }, - value: valueBranchPath, + value: 'valueBranchPath', }; reposToShow.push(opt); });