mirror of https://github.com/gogs/gogs.git
lsif: upload data to dogfood instance (#6171)
parent
9bbe029c28
commit
cb406bb350
|
@ -10,9 +10,15 @@ jobs:
|
|||
uses: sourcegraph/lsif-go-action@master
|
||||
with:
|
||||
verbose: 'true'
|
||||
- name: Upload LSIF data
|
||||
- name: Upload LSIF data to sourcegraph.com
|
||||
uses: sourcegraph/lsif-upload-action@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
endpoint: https://sourcegraph.com
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload LSIF data to sourcegraph.unknwon.cn
|
||||
uses: sourcegraph/lsif-upload-action@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
endpoint: https://sourcegraph.unknwon.cn
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue