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
de28368485
commit
eab5f80f3b
4
.github/workflows/pr_from_upstream.yml
vendored
4
.github/workflows/pr_from_upstream.yml
vendored
|
@ -49,6 +49,8 @@ jobs:
|
|||
run: |
|
||||
echo "Syncing from upstream repository ${{ env.UPSTREAM_REPO }} on branch ${{ env.TARGET_BRANCH }}"
|
||||
|
||||
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
|
||||
|
||||
# Fetch and delete the branch if it exists locally
|
||||
git fetch origin
|
||||
if git rev-parse --verify "$BRANCH_NAME" >/dev/null 2>&1; then
|
||||
|
@ -81,8 +83,6 @@ jobs:
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
|
||||
|
||||
- name: Push changes to new branch
|
||||
if: success()
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue