Skip to content

Commit

Permalink
[ci] Set dummy git user details for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Oct 30, 2023
1 parent 3eca46f commit fcc1b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
git clone https://github.com/snowballstem/snowball-data.git
cd snowball-data
git remote add pr "$GH_REPO_URL"
git config --global user.email "[email protected]"
git config --global user.name "CI"
git fetch pr && git branch --track "$GH_BRANCH" pr/"$GH_BRANCH" && git merge "$GH_BRANCH"
git branch -a
- name: Install CCache
Expand Down

0 comments on commit fcc1b03

Please sign in to comment.