Skip to content

Commit ed80d94

Browse files
authored
Merge pull request #205 from elgentos/hotfix-2-push-to-gitlab
Fix GitLab push reference in workflow
2 parents 677d7b1 + 82e32d6 commit ed80d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-pr-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
git remote add gitlab "$AUTHED_URL"
5959
6060
echo "Pushing branch to GitLab as $PR_BRANCH"
61-
git push gitlab HEAD:"$PR_BRANCH" --force
61+
git push gitlab HEAD:refs/heads/"$PR_BRANCH" --force
6262
6363
- name: Create Merge Request on GitLab
6464
run: |

0 commit comments

Comments
 (0)