Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
neCo2 committed May 22, 2024
1 parent 8b47059 commit 6352a8e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/compile_mikupad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout Local Repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Set up Node.js
uses: actions/setup-node@v4
Expand All @@ -32,9 +30,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote add upstream https://github.com/lmg-anon/mikupad.git main
git fetch upstream main
git checkout use
git remote add upstream https://github.com/lmg-anon/mikupad.git
git fetch upstream
git merge upstream/main
- name: run compile.sh
Expand Down

0 comments on commit 6352a8e

Please sign in to comment.