From 6ba0208571b0ebd7218aaa525255ab28fc1fdf6b Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Mon, 29 Jun 2026 16:50:50 +0000 Subject: [PATCH] chore: sync pr-check.yml from Template-Generic [skip ci] --- .mokogitea/workflows/pr-check.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.mokogitea/workflows/pr-check.yml b/.mokogitea/workflows/pr-check.yml index 35e2d5a..c834bf5 100644 --- a/.mokogitea/workflows/pr-check.yml +++ b/.mokogitea/workflows/pr-check.yml @@ -30,10 +30,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check branch merge target - env: - HEAD: ${{ github.head_ref }} - BASE: ${{ github.base_ref }} run: | + HEAD="${{ github.head_ref }}" + BASE="${{ github.base_ref }}" echo "PR: ${HEAD} → ${BASE}"