We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9dc9d commit a282020Copy full SHA for a282020
.github/workflows/mirror-to-gitlab.yml
@@ -32,6 +32,6 @@ jobs:
32
# Push the current branch
33
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
34
echo "Pushing branch: ${BRANCH_NAME}"
35
- git push gitlab "HEAD:refs/heads/${BRANCH_NAME}" --force
+ git push gitlab "HEAD:refs/heads/${BRANCH_NAME}"
36
37
echo "Successfully mirrored to GitLab"
0 commit comments