Skip to content

Commit 7b9b40c

Browse files
committed
Refactored git push
1 parent 86ccd7a commit 7b9b40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sync_to_github:
55
script:
66
- apk add --no-cache git
77
- git clone https://gitlab.com/adamlui/userscripts.git
8-
- git push https://${GITHUB_SYNC_PAT}@github.com/adamlui/userscripts.git HEAD:master --force -o ci.skip
8+
- git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/adamlui/userscripts.git master

0 commit comments

Comments
 (0)