File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments