File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ function createEmptyCommitBody() {
184184 type: 'section',
185185 text: {
186186 type: 'mrkdwn',
187- text: ' There is nothing to release today :disappointed: *Keep pushing* :rocket:' ,
187+ text: ` There is nothing to release today for the ${repositoryName} :disappointed: *Keep pushing* :rocket:` ,
188188 },
189189 };
190190}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function createEmptyCommitBody() {
6363 type : 'section' ,
6464 text : {
6565 type : 'mrkdwn' ,
66- text : ' There is nothing to release today :disappointed: *Keep pushing* :rocket:' ,
66+ text : ` There is nothing to release today for the ${ repositoryName } :disappointed: *Keep pushing* :rocket:` ,
6767 } ,
6868 } ;
6969}
You can’t perform that action at this time.
0 commit comments