Skip to content

Commit 13dabc4

Browse files
Update slack_notification.py
1 parent 2f6a05b commit 13dabc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/slack_notification.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ def send_notification():
4343
}
4444
else:
4545
payload = {
46-
"text": f":blobonfire: Bokeh update failed! - <https://github.com/streamlit/streamlit/actions/runs/{run_id}|Link to run>"
46+
"text": f":blobonfire: Bokeh update failed! - <https://github.com/streamlit/streamlit-bokeh/actions/runs/{run_id}|Link to run>"
4747
}
4848

4949
if workflow == "release":
5050
if message_key == "success":
5151
payload = {
52-
"text": f":rocket: Bokeh Custom Component Release was successful! - <https://github.com/streamlit/streamlit/actions/runs/{run_id}|Link to run>"
52+
"text": f":rocket: Bokeh Custom Component Release was successful! - <https://github.com/streamlit/streamlit-bokeh/actions/runs/{run_id}|Link to run>"
5353
}
5454
else:
5555
payload = {
56-
"text": f":blobonfire: Bokeh Custom Component Release was failed! - <https://github.com/streamlit/streamlit/actions/runs/{run_id}|Link to run>"
56+
"text": f":blobonfire: Bokeh Custom Component Release was failed! - <https://github.com/streamlit/streamlit-bokeh/actions/runs/{run_id}|Link to run>"
5757
}
5858

5959
if payload:

0 commit comments

Comments
 (0)