ci: gh-actions: fix notify
[m6w6/libmemcached] / .github / notify-gitter.sh
index 0d66504c3ccaf398aa58944ae610e5aa99d832d4..edfe9995d9f5cd13e1ebe0712574962801a0826b 100644 (file)
@@ -10,7 +10,7 @@ BUILD_URL=https://github.com/${REPO}/actions/runs/${GITHUB_RUN_ID}
 BUILD_ENV=${ImageOS}/${CC:-${CC_VND}-${CC_VER}}
 
 case "$2" in
-1|true)
+1|true|success)
        level=info
        status=success
        ;;