Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacato authored and bot committed Jan 26, 2025
1 parent 99986aa commit 1e5f01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/[email protected]
- name: Merge upstream
run: |
git config --global user.name 'bot'
git config --global user.email '[email protected]'
for BRANCH in `git branch --list|sed 's/\*//g'`;
do
git checkout $BRANCH
Expand Down

0 comments on commit 1e5f01d

Please sign in to comment.