diff --git a/.github/workflows/apply-patches.yml b/.github/workflows/apply-patches.yml index 181b085cd8..0928b58357 100644 --- a/.github/workflows/apply-patches.yml +++ b/.github/workflows/apply-patches.yml @@ -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: