File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - uses : mindsdb/github-actions/setup-env@main
101101 - name : Notify of deployment starting
102102 id : slack
103- uses : . /github-actions/slack-deploy-msg
103+ uses : mindsdb /github-actions/slack-deploy-msg
104104 with :
105105 channel-id : ${{ secrets.SLACK_DEPLOYMENTS_CHANNEL_ID }}
106106 status : " started"
@@ -116,7 +116,7 @@ jobs:
116116 timeout : 600s
117117 wait : " true" # We need to wait till deployment is finished here, since the calling workflow might test the deployment env
118118 - name : Notify of deployment finish
119- uses : . /github-actions/slack-deploy-msg
119+ uses : mindsdb /github-actions/slack-deploy-msg
120120 if : always()
121121 with :
122122 channel-id : ${{ secrets.SLACK_DEPLOYMENTS_CHANNEL_ID }}
You can’t perform that action at this time.
0 commit comments