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 d571548 commit 48127a9Copy full SHA for 48127a9
.github/workflows/push-gitlab.yml
@@ -21,5 +21,5 @@ jobs:
21
run: |
22
git config user.name "${USERNAME}"
23
git config user.email "${USERNAME}@protonmail.com"
24
- git remote set-url gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/${USERNAME}/kherson.git"
+ git remote add gitlab "https://oauth2:${GITLAB_TOKEN}@gitlab.com/${USERNAME}/kherson.git"
25
git push gitlab main
0 commit comments