Skip to content

Commit

Permalink
chore: slightly update slack text
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Sep 12, 2023
1 parent 9071c45 commit 9fa3267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function configureSlackNotifications(): void
set('slack_title', '<{{site_url}}|{{site_name}}>');
set('slack_text', implode("\n", [
'*{{commit_author}}* is deploying <{{repository_url}}|{{repository_name}}> ({{repository_branch}})',
'*Links*: <{{runner_url}}|GitHub workflow>, <{{forge_site_url}}|Forge site>',
'*Links*: <{{runner_url}}|Workflow>, <{{forge_site_url}}|Forge>',
'*Commit*: _{{commit_text}}_ (<{{commit_url}}|`{{commit_short_sha}}`>)',
]));
set('slack_success_text', fn () => 'Deployment successful in {{deploy_seconds}} seconds.');
Expand Down

0 comments on commit 9fa3267

Please sign in to comment.