Skip to content

Commit cae095a

Browse files
unknwonSourcegraph
andauthored
lsif: update upload endpoint (#12)
Co-authored-by: Sourcegraph <[email protected]>
1 parent 1ff2634 commit cae095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lsif.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: docker://sourcegraph/src-cli:latest
2222
with:
2323
args: lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
24-
- name: Upload LSIF data to sourcegraph.unknwon.cn
24+
- name: Upload LSIF data to cs.unknwon.dev
2525
continue-on-error: true
2626
uses: docker://sourcegraph/src-cli:latest
2727
with:
28-
args: -endpoint=https://sourcegraph.unknwon.cn lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}
28+
args: -endpoint=https://cs.unknwon.dev lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)