Skip to content

Commit 78812ec

Browse files
committed
ci: fix conditional target for Fluxer notifications in deploy_dev workflow
1 parent 88cfd9b commit 78812ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
# Schritt für Fluxer.app-Benachrichtigungen (mit curl, da Fluxer ein anderes Format erwartet!)
138138
- name: Send Discord Notification
139-
if: matrix.target == 'discord'
139+
if: matrix.target == 'fluxer'
140140
uses: rjstone/discord-webhook-notify@v1.0.4
141141
with:
142142
severity: ${{ steps.status_check.outputs.status == 'success' && 'info' || 'error' }}

0 commit comments

Comments
 (0)