drop unuseful github actions
This commit is contained in:
7
.github/workflows/lo-test.yml
vendored
7
.github/workflows/lo-test.yml
vendored
@@ -195,12 +195,9 @@ jobs:
|
|||||||
ls *img.zst* | parallel --wc 'while true; do curl -T {} -H "$AUTH" -H "Content-Type: application/octet-stream" "https://uploads.$cache_path/$cache_repo_id/assets?name={}" && break || true; done'
|
ls *img.zst* | parallel --wc 'while true; do curl -T {} -H "$AUTH" -H "Content-Type: application/octet-stream" "https://uploads.$cache_path/$cache_repo_id/assets?name={}" && break || true; done'
|
||||||
|
|
||||||
- name: Send tg notification
|
- name: Send tg notification
|
||||||
uses: appleboy/telegram-action@master
|
|
||||||
if: env.TG
|
if: env.TG
|
||||||
with:
|
run: |
|
||||||
to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
curl -k --data chat_id="${{secrets.TELEGRAM_CHAT_ID}}" --data "text=The ${{env.DEVICE}} build ran completed at ${{job.status}}." "https://api.telegram.org/bot${{secrets.TELEGRAM_BOT_TOKEN}}/sendMessage"
|
||||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
|
||||||
args: The ${{env.DEVICE}} build ran completed at ${{job.status}}.
|
|
||||||
|
|
||||||
- name: Debug via tmate
|
- name: Debug via tmate
|
||||||
uses: klever1988/ssh2actions@main
|
uses: klever1988/ssh2actions@main
|
||||||
|
|||||||
Reference in New Issue
Block a user