Skip to content

Commit 221944a

Browse files
committed
Update .gitlab-ci.yml file
1 parent 36f4b49 commit 221944a

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
@@ -7,4 +7,4 @@ sync_to_github:
77
- if: $CI_COMMIT_BRANCH == "master" && $CI_PROJECT_PATH == "adamlui/userscripts"
88
image: alpine/git
99
script:
10-
- git push --force -o ci.skip https://$GITHUB_SYNC_PAT@github.com/adamlui/userscripts.git master
10+
- git push https://${GITHUB_SYNC_PAT}@github.com/adamlui/userscripts.git master --force -o ci.skip

0 commit comments

Comments
 (0)