We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca5e13 commit 6e539d6Copy full SHA for 6e539d6
.github/workflows/publish_python_sdk.yml
@@ -36,7 +36,7 @@ jobs:
36
# This data can be any valid JSON from a previous step in the GitHub Action
37
payload: |
38
{
39
- "text": "Headsup - The python-sdk has been version bumped and published to pypi",
+ "text": "Headsup - The python-sdk has been version bumped and published to pypi"
40
}
41
env:
42
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments