Skip to content

Commit

Permalink
chore: extended schedule-test-stats.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed May 13, 2024
1 parent 6c4b25e commit 63c25cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-test-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- name: Send slack message
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID_TEAM }}
channel-id: ${{ secrets.SLACK_CHANNEL_ID_BREWERY_NODE }}
payload: |
{
"text": "Team Node.js Test Stats",
"attachments": [{
"color": "good",
"fields": [
{
"title": "Number of Test Cases [for Node.js repository](https://github.com/instana/nodejs)",
"title": "Number of Test Cases:",
"value": "${{ env.instana_stats_test_cases }}"
}
]
Expand Down

0 comments on commit 63c25cc

Please sign in to comment.