Public Access
chore: sync pr-check.yml from Template-Generic [skip ci]
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user