From 2efe5facd9fd68e59633b61f4aee328d823faf10 Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Thu, 3 Oct 2024 10:32:36 +0200 Subject: [PATCH] Added dependency --- .github/workflows/notify.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index 23c3e6ddf..13079519a 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -32,6 +32,7 @@ jobs: pip install py7zr pip install chardet pip install beautifulsoup4 + pip install markdown - name: Build SDK Message with Python if: ${{ github.event.inputs.notify_sdk == 'true' }}