diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml
index e0e76887..8bf24ede 100644
--- a/.forgejo/workflows/update-flake-lock.yml
+++ b/.forgejo/workflows/update-flake-lock.yml
@@ -24,13 +24,15 @@ jobs:
             dependencies
             automated
           pr-assignees: albert
-      - uses: actions/gotify-action@master
+      - name: Send Notification
+        uses: actions/gotify-action@master
         if: always()
         with:
           gotify_api_base: ${{ secrets.GOTIFY_URL }}
           gotify_app_token: ${{ secrets.GOTIFY_TOKEN }}
           notification_title: |
-            [${{ github.repository }}] Deployment ${{ job.status }}
+            ${{ github.workflow }}: ${{ job.status }}
           notification_message: |
-            Status: ${{ job.status }}
-            Commit: ${{ github.sha }}
+            Repo:     ${{ github.repository }}
+            Status:   ${{ job.status }}
+            Commit:   ${{ github.sha }}