CI pr_and_merge 잡에서 jq 설치 스텝 추가
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user