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.
git push
1 parent 86ccd7a commit 7b9b40cCopy full SHA for 7b9b40c
.gitlab-ci.yml
@@ -5,4 +5,4 @@ sync_to_github:
5
script:
6
- apk add --no-cache git
7
- 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
+ - git push --force -o ci.skip https://${GITHUB_SYNC_PAT}@github.com/adamlui/userscripts.git master
0 commit comments