From 293856dcb9fc4bf9decc74e61ac593774505da11 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Wed, 19 Nov 2025 11:44:13 +0900 Subject: [PATCH] =?UTF-8?q?CI=20pr=5Fand=5Fmerge=20=EC=9E=A1=EC=97=90?= =?UTF-8?q?=EC=84=9C=20jq=20=EC=84=A4=EC=B9=98=20=EC=8A=A4=ED=85=9D=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}