PR: troubleshooting the PR not being created

This commit is contained in:
XargonWan 2024-11-06 10:52:01 +09:00
parent 4c67d42c4c
commit 133994f0b1

View file

@ -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"