We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e831533 commit 594f836Copy full SHA for 594f836
.github/workflows/mirror-main-to-gitlab.yml
@@ -20,7 +20,7 @@ jobs:
20
GITLAB_URL: ${{ secrets.GITLAB_SERVER_URL }}
21
GITLAB_TOKEN: ${{ secrets.GITLAB_BOT_REPO_TOKEN }}
22
GITLAB_USERNAME: "oauth2"
23
- GITLAB_REPO: "https://$GITLAB_URL/espressif/developer-portal.git"
+ GITLAB_REPO: "$GITLAB_URL/espressif/developer-portal.git"
24
run: |
25
git remote add gitlab https://$GITLAB_USERNAME:$GITLAB_TOKEN@$GITLAB_REPO
26
git push gitlab main
0 commit comments