Skip to content

Commit

Permalink
Update slack-alerts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 authored Jan 21, 2025
1 parent 1063af6 commit 48d3857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: 'h2o-3-github-issues'
title: ${{ github.event.issue.title }}
payload: |
{
"text": ":github: *H2O-3 GitHub Issue Opened*",
"attachments": [
{
"text": "*Title:* ${{ title }}\n*Link:* ${{ github.event.issue.html_url }}",
"text": "*Title:* ${{ TITLE }}\n*Link:* ${{ github.event.issue.html_url }}",
"color": "good",
"fallback": "Build Alert"
}
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
TITLE: ${{ github.event.issue.title }}

0 comments on commit 48d3857

Please sign in to comment.