Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- CI | Armbian: Fix rebase
  • Loading branch information
MichaIng committed Apr 20, 2024
1 parent 44177aa commit e6183a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
then
git remote add upstream https://github.com/armbian/build
git fetch upstream main
git rebase upstream main
git rebase upstream/main
elif [ "$branch" != 'main' ]
then
git fetch origin main
Expand Down

0 comments on commit e6183a6

Please sign in to comment.