mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
PR: troubleshooting the PR not being created
This commit is contained in:
parent
4c67d42c4c
commit
133994f0b1
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -53,8 +53,6 @@ jobs:
|
||||||
|
|
||||||
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
|
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
|
||||||
|
|
||||||
git fetch origin
|
|
||||||
|
|
||||||
# Switches or creates update branch
|
# Switches or creates update branch
|
||||||
if git show-ref --verify --quiet "refs/heads/$BRANCH_NAME"; then
|
if git show-ref --verify --quiet "refs/heads/$BRANCH_NAME"; then
|
||||||
git checkout "$BRANCH_NAME"
|
git checkout "$BRANCH_NAME"
|
||||||
|
|
Loading…
Reference in a new issue