Skip to content

Commit

Permalink
lsif: update upload endpoint (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Sourcegraph <batch-changes@sourcegraph.com>
  • Loading branch information
unknwon and Sourcegraph committed Mar 10, 2022
1 parent 6d3eeb0 commit 386cf30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lsif.yml
Expand Up @@ -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 }}

0 comments on commit 386cf30

Please sign in to comment.