Skip to content

Commit c58b909

Browse files
committed
fix
1 parent 318229d commit c58b909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)