Skip to content

Commit aea1431

Browse files
committed
fix: correct another issue in mirror-main-to-gitlab workflow
1 parent a6678b8 commit aea1431

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
@@ -21,6 +21,6 @@ jobs:
2121
GITLAB_TOKEN: ${{ secrets.GITLAB_BOT_REPO_TOKEN }}
2222
GITLAB_USERNAME: "oauth2"
2323
run: |
24-
GITLAB_REPO: "$GITLAB_URL/espressif/developer-portal.git"
24+
GITLAB_REPO="$GITLAB_URL/espressif/developer-portal.git"
2525
git remote add gitlab "https://$GITLAB_USERNAME:$GITLAB_TOKEN@$GITLAB_REPO"
2626
git push gitlab main

0 commit comments

Comments
 (0)