Skip to content

Commit ca0c58f

Browse files
fix(ci): update pull command in deploy-dev workflow
1 parent ccb7055 commit ca0c58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
with:
7474
message: 'feat(create-o2s-app): update dependencies'
7575
new_branch: create-o2s-app/base
76-
pull: '--rebase'
76+
pull: '--rebase --autostash'

0 commit comments

Comments
 (0)