From 133994f0b1ee71b1353adf4306a93127b69674e3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 6 Nov 2024 10:52:01 +0900 Subject: [PATCH] PR: troubleshooting the PR not being created --- .github/workflows/pr_from_upstream.yml | 2 -- 1 file changed, 2 deletions(-) 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"