From ecca3dfd32f9a72f722bc2d52dca613b240069c2 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Mon, 6 Apr 2026 07:13:55 +0000 Subject: [PATCH] Update .gitea/workflows/qualitytest.yml --- .gitea/workflows/qualitytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/qualitytest.yml b/.gitea/workflows/qualitytest.yml index 33dcb01..a9a80aa 100644 --- a/.gitea/workflows/qualitytest.yml +++ b/.gitea/workflows/qualitytest.yml @@ -43,7 +43,7 @@ jobs: - name: Install jq if: gitea.event.pull_request != null run: | - apt-get update && apt-get install -y jq + apt update && apt install jq -y - name: Get Quality Gate Result if: gitea.event.pull_request != null