Kaynağa Gözat

add: 提醒加上网址,方便查看

chenxuuu 4 yıl önce
ebeveyn
işleme
393a53f851

+ 1 - 1
.github/workflows/air100st.yml

@@ -64,4 +64,4 @@ jobs:
       run: |
         sudo pip3 install paho_mqtt
         cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC air100st; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "air100st https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 1 - 1
.github/workflows/air101.yml

@@ -56,4 +56,4 @@ jobs:
       run: |
         sudo pip3 install paho_mqtt
         cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC air101; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "air101 https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 1 - 1
.github/workflows/air105.yml

@@ -55,4 +55,4 @@ jobs:
       run: |
         sudo pip3 install paho_mqtt
         cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC air105; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "air105 https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 1 - 1
.github/workflows/air640w.yml

@@ -62,4 +62,4 @@ jobs:
       run: |
         sudo pip3 install paho_mqtt
         cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC air640w; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "air640w https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 1 - 1
.github/workflows/pico.yml

@@ -49,4 +49,4 @@ jobs:
       run: |
         sudo pip3 install paho_mqtt
         cd tools
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC pico; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "pico https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi

+ 1 - 1
.github/workflows/win32.yml

@@ -55,4 +55,4 @@ jobs:
       run: |
         cd tools
         pip install paho-mqtt -t ./
-        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC win32; fi
+        if [ "$STATUS" = "failure" ];then python3 ciNotify.py $MQTTADDR $MQTTPORT $MQTTTOPIC "win32 https://github.com/openLuat/LuatOS/actions/runs/$GITHUB_RUN_ID"; fi