Skip to content

Commit

Permalink
Test unfurl false
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Oct 26, 2023
1 parent cb40bf4 commit 5eecdf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Published a new version of *${{ steps.bump-version.outputs.NPM_PACKAGE_NAME }}* to NPM"
"text": "Published *${{ steps.bump-version.outputs.NPM_PACKAGE_NAME }}* to NPM"
}
},
{
Expand All @@ -119,7 +119,9 @@ jobs:
}
]
}
]
],
"unfurl_links": false,
"unfurl_media": false
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_OAUTH_TOKEN }}
Expand Down

0 comments on commit 5eecdf5

Please sign in to comment.