docs: fix typos (#21328)

This commit is contained in:
dundargoc
2022-12-12 01:53:07 +01:00
committed by GitHub
parent 407eef4738
commit b12bb97fee
5 changed files with 5 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
--form email=$EMAIL \
--form file=@cov-scan.tgz \
--form version="$(git rev-parse HEAD)" \
--form description="Weekly GHA scan" \
--form description="Daily GHA scan" \
'https://scan.coverity.com/builds?project=neovim%2Fneovim'
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}