Skip to content

Commit

Permalink
Update dev branch name in mainline-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mechakdotdev committed Nov 23, 2024
1 parent b8b6c68 commit 6f8c6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mainline-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout main
git pull origin main
git merge --no-ff dev -m "Merge dev into main"
git merge --no-ff development -m "Merge dev into main"
git push origin main

0 comments on commit 6f8c6a4

Please sign in to comment.