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

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:52 -08:00
committed by GitHub
parent 45a6bfbae9
commit 51beb04c10

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: