Skip to content

Commit f87902f

Browse files
committed
ci(wiki): apply autostash to rebase pulling
1 parent 78098ef commit f87902f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
add: .
6868
message: "Update wiki docs"
6969
default_author: github_actions
70-
pull: "--rebase"
70+
pull: "--rebase --autostash"
7171
push: true
7272

7373
- name: Commit parent repo submodule pointer
@@ -78,5 +78,5 @@ jobs:
7878
add: .github/wiki
7979
message: "Update wiki submodule pointer"
8080
default_author: github_actions
81-
pull: "--rebase"
81+
pull: "--rebase --autostash"
8282
push: true

0 commit comments

Comments
 (0)