From 5507b615e2167d981485621f0224f6222a63f5e2 Mon Sep 17 00:00:00 2001 From: sachk Date: Tue, 26 Sep 2023 12:20:19 +1000 Subject: [PATCH] chore: fix CD manfiest branch --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9fae1ebca..8a5af810e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -76,5 +76,5 @@ jobs: git add . git commit -m "feat(circles): update images" git push -u origin update/circles/${{ github.sha }} - gh pr create --title "feat(circles): update image" --body "Updates the image for the circles deployment to commit csesoc/circles@${{ github.sha }}." > URL + gh pr create -B migration --title "feat(circles): update image" --body "Updates the image for the circles deployment to commit csesoc/circles@${{ github.sha }}." > URL gh pr merge $(cat URL) --squash -d