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
948f91e081
commit
0cb68766c5
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
|
||||
# Fetch changes from the upstream repository without merging
|
||||
git fetch "${{ env.UPSTREAM_REPO }}" "${{ env.TARGET_BRANCH }}"
|
||||
git pull "${{ env.UPSTREAM_REPO }}" "${{ env.TARGET_BRANCH }}"
|
||||
git merge "${{ env.UPSTREAM_REPO }}/$TARGET_BRANCH" --no-ff || true
|
||||
|
||||
git diff
|
||||
|
||||
|
|
Loading…
Reference in a new issue