Skip to content

Commit 36ce8a1

Browse files
committed
feat: auto merge build result
1 parent 00686b6 commit 36ce8a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
4444
git checkout ${BASE_BRANCH}
4545
git branch -D $branch_name
46-
done
46+
done
47+
48+
git push origin "${TARGET_BRANCH}"

0 commit comments

Comments
 (0)