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 23, 2025
1 parent 2f0ac03 commit 2be8a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: |
for BRANCH in `git branch --list|sed 's/\*//g'`;
do
git remote remove upstream
git checkout $BRANCH
git fetch --all
Expand All @@ -29,4 +28,5 @@ jobs:
git fetch upstream master
git pull --rebase upstream master
git push -f origin $BRANCH
git remote remove upstream
done

0 comments on commit 2be8a5c

Please sign in to comment.