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 36f4b49 commit 221944aCopy full SHA for 221944a
.gitlab-ci.yml
@@ -7,4 +7,4 @@ sync_to_github:
7
- if: $CI_COMMIT_BRANCH == "master" && $CI_PROJECT_PATH == "adamlui/userscripts"
8
image: alpine/git
9
script:
10
- - git push --force -o ci.skip https://$GITHUB_SYNC_PAT@github.com/adamlui/userscripts.git master
+ - git push https://${GITHUB_SYNC_PAT}@github.com/adamlui/userscripts.git master --force -o ci.skip
0 commit comments