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

This commit is contained in:
David Sanders
2026-02-06 13:48:30 -08:00
committed by GitHub
parent 9db2290bcd
commit a3563422c4

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: