Skip to content

Commit

Permalink
add Kgeek33
Browse files Browse the repository at this point in the history
  • Loading branch information
Kgeek33 authored Mar 7, 2025
1 parent a035e3f commit a0ba1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updates_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
branches=$(git branch -r | grep -v '\->' | grep -v 'upstream/' | sed 's/origin\///')
for branch in $branches; do
git checkout $branch
if git merge upstream/main --no-edit -m "[bot] Merge upstream/main => $branch"; then
if git merge upstream/main --no-edit -m "[bot] Merge upstream/main => Kgeek33/$branch"; then
git push origin $branch
else
echo "Conflit détecté lors de la fusion de main dans $branch"
Expand Down

0 comments on commit a0ba1e3

Please sign in to comment.