Browse Source

lsif: update upload endpoint (#6827)

Co-authored-by: Sourcegraph <[email protected]>
Joe Chen 3 years ago
parent
commit
aac91b3611
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/lsif.yml

+ 2 - 2
.github/workflows/lsif.yml

@@ -21,8 +21,8 @@ jobs:
         uses: docker://sourcegraph/src-cli:latest
         with:
           args: lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
-      - name: Upload LSIF data to sourcegraph.unknwon.cn
+      - name: Upload LSIF data to cs.unknwon.dev
         continue-on-error: true
         uses: docker://sourcegraph/src-cli:latest
         with:
-          args: -endpoint=https://sourcegraph.unknwon.cn lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
+          args: -endpoint=https://cs.unknwon.dev lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}