From 1d0ae91ddebfbf923f8b3b1269a02971a6b3eb7f Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 11:44:51 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 470fb71..c222bcc 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -63,10 +63,10 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} + format: html message: | - ❌ Kubernetes validation failed! + ❌ Kubernetes validation failed! Invalid files: ${{ env.INVALID_FILES }} - - [Check details](https://gt.hexor.cy/${{ github.repository }}/actions/runs/${{ github.run_id }}) \ No newline at end of file + Check details \ No newline at end of file