Skip to content

Commit

Permalink
DOP-4724 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Jan 17, 2024
1 parent eec2374 commit 6db30f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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);
});
Expand Down

0 comments on commit 6db30f8

Please sign in to comment.