ci: gh-actions: fix notify
[m6w6/libmemcached] / .github / workflows / cmake-build-ci.gen
index 40c4db2db1eb98d39e0bad24e4ce9eb36f78478f..1ac55f9ef8bc874576d7fbcb2f498164484e51f0 100755 (executable)
@@ -243,8 +243,8 @@ function steps_package() {
 
 function steps_notify($os_vnd) {
 ?>
-      - name: Notify Gitter (success)
-        run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }}
+      - name: Notify Gitter
+        run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }}
 <?php
 }