Skip to content

Commit

Permalink
fix(l1, l2, levm): slack message publishing (#1352)
Browse files Browse the repository at this point in the history
The slack message payload was missing some `"` in the text and it was
being sent as:
<img width="604" alt="image"
src="https://github.com/user-attachments/assets/0f89c3b9-c95e-4a93-ab9a-146dcd78d567">
  • Loading branch information
ilitteri authored Nov 29, 2024
1 parent 4444f8b commit 7a9c400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish_loc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(jq -n --arg text "$(cat loc_report_slack.txt)" '{
"type": "section",
"text": {
"type": "mrkdwn",
"text": $text
"text": "$text"
}
}
]
Expand Down

0 comments on commit 7a9c400

Please sign in to comment.