X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fnotify-gitter.sh;h=036e932c3a41676d44898ec051d1f1c403e13d42;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=0d66504c3ccaf398aa58944ae610e5aa99d832d4;hpb=2902291b9589d17e55d2397959c8cff9772b38a3;p=awesomized%2Flibmemcached diff --git a/.github/notify-gitter.sh b/.github/notify-gitter.sh old mode 100644 new mode 100755 index 0d66504c..036e932c --- a/.github/notify-gitter.sh +++ b/.github/notify-gitter.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash -GITTER=$1 - REPO=${GITHUB_REPOSITORY} REF=$(basename ${GITHUB_REF}) @@ -9,8 +7,8 @@ REF_URL=https://github.com/${REPO}/commits/${REF} BUILD_URL=https://github.com/${REPO}/actions/runs/${GITHUB_RUN_ID} BUILD_ENV=${ImageOS}/${CC:-${CC_VND}-${CC_VER}} -case "$2" in -1|true) +case "$1" in +1|true|success) level=info status=success ;;