feat: Add workflow to import expternal patches, b=no-bug, c=workflows, windows

This commit is contained in:
mr. m
2026-02-25 16:11:41 +01:00
parent a7c87e6392
commit 4ae9f81a68
8 changed files with 84 additions and 14 deletions

View File

@@ -50,8 +50,8 @@ jobs:
- name: Install dependencies
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: |
git config --global user.email "mr-cheffy@users.noreply.github.com"
git config --global user.name "mr-cheffy"
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Setup surfer CI
if: steps.check-upstream-branch.outputs.branch_exists == 'false'