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 a6678b8 commit aea1431Copy full SHA for aea1431
.github/workflows/mirror-main-to-gitlab.yml
@@ -21,6 +21,6 @@ jobs:
21
GITLAB_TOKEN: ${{ secrets.GITLAB_BOT_REPO_TOKEN }}
22
GITLAB_USERNAME: "oauth2"
23
run: |
24
- GITLAB_REPO: "$GITLAB_URL/espressif/developer-portal.git"
+ GITLAB_REPO="$GITLAB_URL/espressif/developer-portal.git"
25
git remote add gitlab "https://$GITLAB_USERNAME:$GITLAB_TOKEN@$GITLAB_REPO"
26
git push gitlab main
0 commit comments