diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 56f1e6c..4da37d9 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -53,8 +53,6 @@ jobs: echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV - git fetch origin - # Switches or creates update branch if git show-ref --verify --quiet "refs/heads/$BRANCH_NAME"; then git checkout "$BRANCH_NAME"