chore: sync pr-check.yml from Template-Generic [skip ci]

This commit is contained in:
2026-06-29 16:50:50 +00:00
parent 759b04e088
commit 6ba0208571
+2 -3
View File
@@ -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}"