Skip to content

Commit

Permalink
[repo] Fix merge workflow when llvm-project adds new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zollerboy1 committed Oct 29, 2021
1 parent e61cbf8 commit 020f24f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.JUICE_LANG_AUTO_MERGER_TOKEN }}
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name Juice-Lang-Auto-Merger
git config user.email contact@juicelang.org
git remote add upstream https://github.com/llvm/llvm-project.git
git fetch --tags upstream
Expand Down

0 comments on commit 020f24f

Please sign in to comment.