Commit 9b4b3aa 1 parent 535acef commit 9b4b3aa Copy full SHA for 9b4b3aa
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,11 @@ jobs:
62
62
if : ${{ github.event_name != 'pull_request' && (github.ref_name == 'dev' || github.ref_name == 'master') }}
63
63
steps :
64
64
- name : Checkout repository
65
- uses : actions/checkout@v3
65
+ uses : actions/checkout@v4
66
66
with :
67
67
repository : csesoc/deployment
68
68
token : ${{ secrets.GH_TOKEN }}
69
+ ref : migration
69
70
- name : Install yq - portable yaml processor
70
71
uses : mikefarah/yq@v4.34.2
71
72
- name : Update deployment
96
97
git add .
97
98
git commit -m "feat(freerooms-$build_type): update images"
98
99
git push -u origin update/freerooms-$build_type/${{ github.sha }}
99
- gh pr create -- title "feat(freerooms-$build_type): update image" --body "Updates the image for the freerooms deployment to commit csesoc/Freerooms @${{ github.sha }}." > URL
100
+ gh pr create -B migration -- title "feat(freerooms-$build_type): update image" --body "Updates the image for the freerooms deployment to commit csesoc/freerooms @${{ github.sha }}." > URL
100
101
gh pr merge $(cat URL) --squash -d
You can’t perform that action at this time.
0 commit comments