Skip to content

Commit 30a4102

Browse files
authored
Merge pull request #205 from zainfathoni/fix/deploy-staging-checkout
fix(ci): checkout staging branch in deploy-staging workflow
2 parents d77a96d + c476295 commit 30a4102

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)