Skip to content

Commit 832ba8b

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 7d5372f commit 832ba8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Fetch upstream branch
7272
run: |
73-
git fetch upstream "${SOURCE_BRANCH}" --prune --tags
73+
git fetch --prune --no-tags upstream "${SOURCE_BRANCH}"
7474
7575
- name: Read last processed commit watermark
7676
id: watermark

0 commit comments

Comments
 (0)