Skip to content

Commit 89c6f5e

Browse files
committed
z
1 parent 47088c3 commit 89c6f5e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/update_protos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ jobs:
5050
- name: Print Info
5151
run: |
5252
git status
53-
git remote prune upstream
54-
git status
53+
54+
- name: stash and all
55+
run: |
56+
git stash
57+
git checkout main
58+
git stash pop
5559
5660
- name: Add + Commit + Open PR
5761
id: cpr

0 commit comments

Comments
 (0)