Fix admin API gaps for users, exchange checks, and parser logs
This commit is contained in:
@@ -70,10 +70,13 @@ jobs:
|
||||
exit 0
|
||||
fi
|
||||
|
||||
COMMIT_MESSAGE=$(git log -1 --pretty=%s 2>/dev/null || echo "n/a")
|
||||
|
||||
MSG="❌ [mostovik-backend] lint failed
|
||||
branch=${GITHUB_REF_NAME}
|
||||
sha=${GITHUB_SHA}
|
||||
actor=${GITHUB_ACTOR}"
|
||||
actor=${GITHUB_ACTOR}
|
||||
commit=${COMMIT_MESSAGE}"
|
||||
|
||||
curl -fsS -X POST "https://api.telegram.org/bot${TG_BOT_KEY}/sendMessage" \
|
||||
-d "chat_id=${TG_CHANNEL}" \
|
||||
@@ -132,10 +135,13 @@ jobs:
|
||||
exit 0
|
||||
fi
|
||||
|
||||
COMMIT_MESSAGE=$(git log -1 --pretty=%s 2>/dev/null || echo "n/a")
|
||||
|
||||
MSG="❌ [mostovik-backend] test failed
|
||||
branch=${GITHUB_REF_NAME}
|
||||
sha=${GITHUB_SHA}
|
||||
actor=${GITHUB_ACTOR}"
|
||||
actor=${GITHUB_ACTOR}
|
||||
commit=${COMMIT_MESSAGE}"
|
||||
|
||||
curl -fsS -X POST "https://api.telegram.org/bot${TG_BOT_KEY}/sendMessage" \
|
||||
-d "chat_id=${TG_CHANNEL}" \
|
||||
|
||||
Reference in New Issue
Block a user