Skip to content

Commit

Permalink
Revert "Sanitize input in slack action" (#16500)
Browse files Browse the repository at this point in the history
This reverts commit 9506e1b.
  • Loading branch information
valenad1 authored Jan 22, 2025
1 parent 404254f commit 6740655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
"text": ":github: *H2O-3 GitHub Issue Opened*",
"attachments": [
{
"text": ${{ format("*Title:* {0}\n*Link:* {1}", github.event.issue.title, github.event.issue.html_url) }},
"text": "*Title:* ${{ github.event.issue.title }}\n*Link:* ${{ github.event.issue.html_url }}",
"color": "good",
"fallback": "Build Alert"
}
Expand Down

0 comments on commit 6740655

Please sign in to comment.