Update repo with template version v1.2.8
All checks were successful
CI for superxas_bec / test (pull_request) Successful in 39s
CI for superxas_bec / test (push) Successful in 34s

This commit was merged in pull request #14.
This commit is contained in:
2026-02-27 15:49:26 +01:00
parent ec33ece7c6
commit a0c01ad51c
2 changed files with 5 additions and 4 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.7
_commit: v1.2.8
_src_path: https://github.com/bec-project/plugin_copier_template.git
make_commit: false
project_name: superxas_bec

View File

@@ -53,9 +53,10 @@ jobs:
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
path: ./superxas_bec
- name: Lint for merge conflicts
run: |
- name: Lint for merge conflicts from template updates
shell: bash
# Find all Copier conflicts except this line
run: '! grep -r "<<<<<<< before updating" | grep -v "grep -r \"<<<<<<< before updating"'
- name: Checkout BEC Core
uses: actions/checkout@v4