mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 05:40:05 +00:00
Fix pull request alternate reference
This commit is contained in:
parent
9e07b03b78
commit
8c7c04c797
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clang-format-check.yml
vendored
2
.github/workflows/clang-format-check.yml
vendored
|
|
@ -35,6 +35,6 @@ jobs:
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
MERGE_BASE=$(git merge-base origin/develop ${{ github.head_ref || github.ref }})
|
MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head_sha || github.ref }})
|
||||||
echo "Comparing against ${MERGE_BASE}"
|
echo "Comparing against ${MERGE_BASE}"
|
||||||
git clang-format-17 --diff --style=file -v ${MERGE_BASE}
|
git clang-format-17 --diff --style=file -v ${MERGE_BASE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue