Skip to content

Commit

Permalink
ci: add no rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tassioFront authored Sep 2, 2024
1 parent c8c947b commit 719d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git checkout -b ci/combined-dependabot-updates
for branch in $(git branch -r | grep 'dependabot/npm_and_yarn' | sed 's/origin\///'); do
echo $branch
git pull origin $branch || true
git pull origin $branch --no-rebase || true
done
- name: Push combined branch
Expand Down

0 comments on commit 719d5b2

Please sign in to comment.