We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5372f commit 832ba8bCopy full SHA for 832ba8b
.github/workflows/backport.yaml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Fetch upstream branch
72
run: |
73
- git fetch upstream "${SOURCE_BRANCH}" --prune --tags
+ git fetch --prune --no-tags upstream "${SOURCE_BRANCH}"
74
75
- name: Read last processed commit watermark
76
id: watermark
0 commit comments