diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c21a48e..e94ebf7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -157,7 +157,7 @@ jobs: if: ${{ always() }} needs: [ cura-installer-create ] - uses: ultimaker/cura/.github/workflows/notify.yml@main + uses: ultimaker/cura-workflows/.github/workflows/slack-notify.yml@main with: success: ${{ contains(join(needs.*.result, ','), 'success') }} success_title: "Create the Cura distributions" diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 49fee53..816a6d6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -140,7 +140,7 @@ jobs: if: ${{ always() }} needs: [ cura-installer-create ] - uses: ultimaker/cura/.github/workflows/notify.yml@main + uses: ultimaker/cura-workflows/.github/workflows/slack-notify.yml@main with: success: ${{ contains(join(needs.*.result, ','), 'success') }} success_title: "Create the Cura distributions" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0fe60f1..4f0173d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -137,7 +137,7 @@ jobs: if: ${{ always() }} needs: [ cura-installer-create ] - uses: ultimaker/cura/.github/workflows/notify.yml@main + uses: ultimaker/cura-workflows/.github/workflows/slack-notify.yml@main with: success: ${{ contains(join(needs.*.result, ','), 'success') }} success_title: "Create the Cura distributions"