Skip to content

Commit 426fe4d

Browse files
rochdevwatson
authored andcommitted
fix release proposal job failing to fetch existing main branch (#5600)
1 parent f19c085 commit 426fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
token: ${{ steps.app-token.outputs.token }}
50-
- run: git fetch origin master:master
50+
- run: git fetch origin master:master || exit 0
5151
- uses: ./.github/actions/node
5252
- run: npm i -g branch-diff
5353
- run: |

0 commit comments

Comments
 (0)