diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 57d666c..410d429 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -63,6 +63,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install jq + run: | + apt-get update + apt-get install -y jq + - name: Create or update PR and try auto-merge env: CI_BASE_URL: ${{ secrets.CI_BASE_URL }}