Skip to content

Commit f56dc61

Browse files
committed
Fix default GITLAB_REPO to postgres_ai
1 parent cdbc4b1 commit f56dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
2222
GITLAB_URL: ${{ vars.GITLAB_URL || 'https://gitlab.com' }}
23-
GITLAB_REPO: ${{ vars.GITLAB_REPO || 'postgres-ai/platform-ui' }}
23+
GITLAB_REPO: ${{ vars.GITLAB_REPO || 'postgres-ai/postgres_ai' }}
2424
run: |
2525
# Configure git
2626
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)