Skip to content

Commit 594f836

Browse files
committed
fix: correct URL for mirror-main-to-gitlab workflow
1 parent e831533 commit 594f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-main-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITLAB_URL: ${{ secrets.GITLAB_SERVER_URL }}
2121
GITLAB_TOKEN: ${{ secrets.GITLAB_BOT_REPO_TOKEN }}
2222
GITLAB_USERNAME: "oauth2"
23-
GITLAB_REPO: "https://$GITLAB_URL/espressif/developer-portal.git"
23+
GITLAB_REPO: "$GITLAB_URL/espressif/developer-portal.git"
2424
run: |
2525
git remote add gitlab https://$GITLAB_USERNAME:$GITLAB_TOKEN@$GITLAB_REPO
2626
git push gitlab main

0 commit comments

Comments
 (0)