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 4fcb23d commit e55e9e1Copy full SHA for e55e9e1
.travis.yml
@@ -16,6 +16,7 @@ after_script:
16
- git remote show origin
17
- cd ./example-dist
18
- git init
19
+ - git remote add origin "https://${GH_TOKEN}@${GH_REF}"
20
21
- git branch
22
- git config user.name "leezng"
0 commit comments