Skip to content

Commit

Permalink
fix: github slack channel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Aug 29, 2024
1 parent 25c2f6f commit 276033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discussion-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ISSUES_ID }}
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: |
:speech_balloon: New Discussion Created :speech_balloon:
*Title:* ${{ steps.discussion-details.outputs.title }}
Expand Down

0 comments on commit 276033f

Please sign in to comment.