diff --git a/.github/workflows/bcny-ci.yml b/.github/workflows/bcny-ci.yml index e94f92501..611e6a96b 100644 --- a/.github/workflows/bcny-ci.yml +++ b/.github/workflows/bcny-ci.yml @@ -32,6 +32,8 @@ jobs: - name: Build Workaround run: | + git config --global user.email "builder@thebrowser.company" + git config --global user.name "Arc Builder" git fetch origin pull/92/head git cherry-pick FETCH_HEAD working-directory: external/crashpad