mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Use dulcificum 0.1.1-beta.0
Contributes to CURA-10831
This commit is contained in:
parent
4d97e779ed
commit
b19d5d47d3
54
.github/workflows/notify.yml
vendored
54
.github/workflows/notify.yml
vendored
@ -1,54 +0,0 @@
|
|||||||
name: Get Conan Recipe Version
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
inputs:
|
|
||||||
success:
|
|
||||||
required: true
|
|
||||||
type: boolean
|
|
||||||
|
|
||||||
success_title:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
success_body:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
failure_title:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
failure_body:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
slackNotification:
|
|
||||||
name: Slack Notification
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Slack notify on-success
|
|
||||||
if: ${{ inputs.success }}
|
|
||||||
uses: rtCamp/action-slack-notify@v2
|
|
||||||
env:
|
|
||||||
SLACK_USERNAME: ${{ github.repository }}
|
|
||||||
SLACK_COLOR: green
|
|
||||||
SLACK_ICON: https://github.com/Ultimaker/Cura/blob/main/icons/cura-128.png?raw=true
|
|
||||||
SLACK_TITLE: ${{ inputs.success_title }}
|
|
||||||
SLACK_MESSAGE: ${{ inputs.success_body }}
|
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
|
||||||
|
|
||||||
- name: Slack notify on-failure
|
|
||||||
if: ${{ !inputs.success }}
|
|
||||||
uses: rtCamp/action-slack-notify@v2
|
|
||||||
env:
|
|
||||||
SLACK_USERNAME: ${{ github.repository }}
|
|
||||||
SLACK_COLOR: red
|
|
||||||
SLACK_ICON: https://github.com/Ultimaker/Cura/blob/main/icons/cura-128.png?raw=true
|
|
||||||
SLACK_TITLE: ${{ inputs.failure_title }}
|
|
||||||
SLACK_MESSAGE: ${{ inputs.failure_body }}
|
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
|
@ -5,7 +5,7 @@ requirements:
|
|||||||
- "cura_binary_data/(latest)@ultimaker/cura_10831"
|
- "cura_binary_data/(latest)@ultimaker/cura_10831"
|
||||||
- "fdm_materials/(latest)@ultimaker/cura_10831"
|
- "fdm_materials/(latest)@ultimaker/cura_10831"
|
||||||
- "curaengine_plugin_gradual_flow/0.1.0"
|
- "curaengine_plugin_gradual_flow/0.1.0"
|
||||||
- "dulcificum/0.1.0-beta.1"
|
- "dulcificum/latest@ultimaker/cura_10831"
|
||||||
- "pyarcus/5.3.0"
|
- "pyarcus/5.3.0"
|
||||||
- "pysavitar/5.3.0"
|
- "pysavitar/5.3.0"
|
||||||
- "pynest2d/5.3.0"
|
- "pynest2d/5.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user