Skip to content

Commit

Permalink
DOP-5159 update job title
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Nov 21, 2024
1 parent ee573c5 commit ecda15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/slack/src/functions/deploy-repos.mts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default async (req: Request) => {

for (const individualRepo of selectedRepos) {
const [repoName, branchName] = individualRepo.value.split('/');
const jobTitle = `Slack deploy: ${individualRepo}, by ${user}`;
const jobTitle = `Slack deploy: ${repoName}, ${branchName}, by ${user}`;
if (repoName && branchName) {
// TODO: add other conditionals here to deploy based on branchName
console.log(`deploying branch ${branchName} of repo ${repoName}`);
Expand Down

0 comments on commit ecda15b

Please sign in to comment.