Skip to content

Commit

Permalink
Update update-feature-branches.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carvin-Yu authored Jan 7, 2024
1 parent 3057797 commit 559493e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
git pull
for branch in $(git branch -r --list "origin/feature/*"); do
branch_name=$(echo $branch | sed 's/origin\///')
git fetch --unshallow
git checkout -B $branch_name $branch
git pull
git merge --no-ff master -m "Auto-merge master back to $branch_name"
Expand Down

0 comments on commit 559493e

Please sign in to comment.