core.info(`The '${majorTag}' major tag now points to the '${sourceTagName}' tag`);
constslackMessage=`The ${majorTag} tag has been successfully updated for the ${github_1.context.repo.repo} action to include changes from the ${sourceTagName}`;
constslackMessage=`The ${majorTag} tag has been successfully updated for the ${github_1.context.repo.repo} action to include changes from ${sourceTagName}`;
@ -20,10 +20,10 @@ async function run(): Promise<void> {
core.setOutput('major-tag',majorTag);
core.info(`The '${majorTag}' major tag now points to the '${sourceTagName}' tag`);
constslackMessage=`The ${majorTag} tag has been successfully updated for the ${context.repo.repo} action to include changes from the ${sourceTagName}`;
constslackMessage=`The ${majorTag} tag has been successfully updated for the ${context.repo.repo} action to include changes from ${sourceTagName}`;
awaitreportStatusToSlack(slackMessage);
}catch(error){
core.setFailed(error.message);
core.setFailed((errorasError).message);
constslackMessage=`Failed to update a major tag for the ${context.repo.repo} action`;