Skip to content

Commit c13c12f

Browse files
committed
main-chore(refactor): refactor has been put in place at "2026-01-06T17:18:18Z"
1 parent d98d498 commit c13c12f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/scripts/notify-slack.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ if [ "$EVENT_TYPE" = "pr_merged" ]; then
1919
--arg app "$REPOSITORY_NAME" \
2020
--arg env "$ENVIRONMENT" \
2121
--arg pr_url "$PR_URL" \
22-
'{
23-
blocks: [
22+
'{ blocks: ([
2423
{
2524
type: "header",
2625
text: {
@@ -50,7 +49,7 @@ if [ "$EVENT_TYPE" = "pr_merged" ]; then
5049
text: ("<" + $pr_url + "|View Pull Request>")
5150
}
5251
}
53-
] else [] end)
52+
] else [] end))
5453
}')
5554

5655
RESPONSE=$(curl -s -X POST \

0 commit comments

Comments
 (0)