Compare commits

..

1 Commits

Author SHA1 Message Date
61756e83ed feat: add update template workflow
All checks were successful
CI for bec_testing_plugin / test (pull_request) Successful in 28s
CI for bec_testing_plugin / test (push) Successful in 29s
2026-02-24 14:25:31 +01:00
2 changed files with 8 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
# It is needed to track the repo template version, and editing may break things.
# This file will be overwritten by copier on template updates.
_commit: v1.2.2-1-g970ab9d
_commit: v1.2.2
_src_path: https://github.com/bec-project/plugin_copier_template.git
make_commit: true
project_name: bec_testing_plugin

View File

@@ -46,17 +46,6 @@ jobs:
with:
python-version: "${{ inputs.PYTHON_VERSION || '3.11' }}"
- name: Checkout BEC Plugin Repository
uses: actions/checkout@v4
with:
repository: bec/bec_testing_plugin
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
path: ./bec_testing_plugin
- name: Lint for merge conflicts
run: |
- name: Checkout BEC Core
uses: actions/checkout@v4
with:
@@ -78,6 +67,13 @@ jobs:
ref: "${{ inputs.BEC_WIDGETS_BRANCH || 'main' }}"
path: ./bec_widgets
- name: Checkout BEC Plugin Repository
uses: actions/checkout@v4
with:
repository: bec/bec_testing_plugin
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
path: ./bec_testing_plugin
- name: Install dependencies
shell: bash
run: |