From a4a740c8be42f61c93829bb635a5443c59b6a9f5 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 10 Mar 2022 15:06:57 +0000 Subject: [PATCH] lsif: update upload endpoint --- .github/workflows/lsif.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lsif.yml b/.github/workflows/lsif.yml index 49cefe8..58e4033 100644 --- a/.github/workflows/lsif.yml +++ b/.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 }}