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