Skip to content

Commit 48127a9

Browse files
authored
Update push-gitlab.yml
1 parent d571548 commit 48127a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: |
2222
git config user.name "${USERNAME}"
2323
git config user.email "${USERNAME}@protonmail.com"
24-
git remote set-url gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/${USERNAME}/kherson.git"
24+
git remote add gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/${USERNAME}/kherson.git"
2525
git push gitlab main

0 commit comments

Comments
 (0)