CI: feature/builder-10-block-types #4

Merged
jaybe merged 13 commits from feature/builder-10-block-types into main 2025-11-19 03:36:03 +00:00
Showing only changes of commit 293856dcb9 - Show all commits
+5
View File
@@ -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 }}