mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
ci: fix patches changes detected in apply patches workflow (#49708)
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:
1
.github/workflows/apply-patches.yml
vendored
1
.github/workflows/apply-patches.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user