From bebb99c1e55fff83e4f6e24ff12d0f190f28d6f7 Mon Sep 17 00:00:00 2001 From: spalen0 Date: Wed, 7 Aug 2024 17:09:48 +0200 Subject: [PATCH] Update aave debt threshold --- .github/workflows/aave-bad-debt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aave-bad-debt.yml b/.github/workflows/aave-bad-debt.yml index 4ca50c5..4cb51fb 100644 --- a/.github/workflows/aave-bad-debt.yml +++ b/.github/workflows/aave-bad-debt.yml @@ -5,7 +5,7 @@ on: - cron: '0 * * * *' env: - DEBT_THRESHOLD_RATIO: "0" + DEBT_THRESHOLD_RATIO: "0.5" TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}