We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ceb925 commit 8735426Copy full SHA for 8735426
1 file changed
.github/workflows/sync-to-gitlab.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Push to GitLab
18
run: |
19
- git remote add gitlab https://cakgup:${{ secrets.GITLAB_TOKEN }}@gitlab.com/cakgup/cakgup.gitlab.io.git
+ git remote add gitlab https://cakgup:${{ secrets.GITLAB_TOKEN }}@gitlab.com/cakgup/s.git
20
git push --force --prune gitlab main
0 commit comments