From 010f427ad8033723ec77c14d83520d2fc6b87a79 Mon Sep 17 00:00:00 2001 From: huoxin <23447157+huoxin233@users.noreply.github.com> Date: Sun, 17 May 2026 02:13:09 +0800 Subject: [PATCH] fix(boilerplate): target 1.x branch for reusable workflows --- boilerplate/skeleton/extension/.github/workflows/backend.yml | 2 +- boilerplate/skeleton/extension/.github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boilerplate/skeleton/extension/.github/workflows/backend.yml b/boilerplate/skeleton/extension/.github/workflows/backend.yml index 2935903..dedf680 100644 --- a/boilerplate/skeleton/extension/.github/workflows/backend.yml +++ b/boilerplate/skeleton/extension/.github/workflows/backend.yml @@ -4,7 +4,7 @@ on: [workflow_dispatch, push, pull_request] jobs: run: - uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main + uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@1.x with: enable_backend_testing: <%= modules.backendTesting %> diff --git a/boilerplate/skeleton/extension/.github/workflows/frontend.yml b/boilerplate/skeleton/extension/.github/workflows/frontend.yml index a0bd4dd..77372ea 100755 --- a/boilerplate/skeleton/extension/.github/workflows/frontend.yml +++ b/boilerplate/skeleton/extension/.github/workflows/frontend.yml @@ -4,7 +4,7 @@ on: [workflow_dispatch, push, pull_request] jobs: run: - uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main + uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@1.x with: enable_bundlewatch: <%= modules.bundlewatch %> enable_prettier: <%= modules.prettier %>