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 cdbc4b1 commit f56dc61Copy full SHA for f56dc61
.github/workflows/mirror-to-gitlab.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
22
GITLAB_URL: ${{ vars.GITLAB_URL || 'https://gitlab.com' }}
23
- GITLAB_REPO: ${{ vars.GITLAB_REPO || 'postgres-ai/platform-ui' }}
+ GITLAB_REPO: ${{ vars.GITLAB_REPO || 'postgres-ai/postgres_ai' }}
24
run: |
25
# Configure git
26
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments