Skip to content

Commit c476295

Browse files
committed
fix(ci): checkout staging branch in deploy-staging workflow
The workflow_run trigger runs on the default branch (main), but we need to deploy code from the staging branch.
1 parent d77a96d commit c476295

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
31+
with:
32+
ref: staging
3133

3234
- name: Set up Docker Buildx
3335
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)