Skip to content

Commit fe26958

Browse files
committed
ci: use current working branch in apps.json
1 parent 8f449f4 commit fe26958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-meet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Prepare apps.json
4242
run: |
43-
echo '[{"url":"https://github.com/frappe/meet","branch":"'"$GITHUB_SHA"'"}]' > apps.json
43+
echo '[{"url":"https://github.com/frappe/meet","branch":"'"$GITHUB_REF_NAME"'"}]' > apps.json
4444
4545
- name: Set up Docker Buildx
4646
uses: docker/setup-buildx-action@v3

deploy/apps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
33
"url": "https://github.com/frappe/meet",
4-
"branch": "deploy"
4+
"branch": "develop"
55
}
66
]

0 commit comments

Comments
 (0)