Skip to content

Commit

Permalink
Adding test to validate backward compatibility on blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
archive committed Jan 30, 2024
1 parent bcd56c9 commit b0915ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/11-slack-message-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
slack-channel: C046J5U2RGC
slack-blocks: >-
slack-optional-blocks: >-
[
{
"block_id": "text1",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/12-slack-message-blocks-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
slack-channel: C046FKM3TNF
slack-blocks: >-
slack-optional-blocks: >-
[
{
"block_id": "text1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
slack-channel: C06G1B1KLMU
#slack-blocks: >-
slack-optional-blocks: >-
# This is an old format, the correct one is "slack-optional-blocks"
slack-blocks: >-
[
{
"block_id": "text1",
Expand Down

0 comments on commit b0915ab

Please sign in to comment.