Skip to content

Commit 84f6c3d

Browse files
committed
Try to solve conda-forge-bump issue
1 parent 86f87f2 commit 84f6c3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda-forge-bump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
cd feedstock
6969
git config user.name "github-actions[bot]"
7070
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
71+
git remote remove upstream 2>/dev/null || true
7172
git remote add upstream https://github.com/conda-forge/${{ env.PACKAGE_NAME }}-feedstock.git
7273
git fetch upstream main
7374
git checkout main

0 commit comments

Comments
 (0)