Skip to content

Commit

Permalink
WIP start restoring "slack blocks" configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jan 22, 2025
1 parent be76ceb commit 312dc5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/slack-send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
payload: |
channel: ${{ env.SLACK_CHANNEL }}
text: "This is a test from the ${{github.repository}} repository"
# blocks:
# - type: "section"
# text:
# type: "mrkdwn"
# text: ":mega: This is a test from the ${{github.repository}} repository"
# emoji: true
blocks:
- type: "section"
text:
type: "mrkdwn"
text: ":mega: This is a test from the ${{github.repository}} repository"
emoji: true
# {
# "blocks": [
# {
Expand Down

0 comments on commit 312dc5d

Please sign in to comment.