ci: fix patches changes detected in apply patches workflow (#49709)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
trop[bot]
2026-02-06 21:29:56 -08:00
committed by GitHub
parent 92ef86b64a
commit c49899af4c

View File

@@ -66,6 +66,7 @@ jobs:
git config user.name "Electron Bot"
git fetch origin refs/pull/${PR_NUMBER}/head
git merge --squash FETCH_HEAD
git commit -n -m "Squashed commits"
- name: Checkout & Sync & Save
uses: ./src/electron/.github/actions/checkout
with: