diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-24 09:20:53 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-24 09:20:53 +0000 |
| commit | ab3c7ba540cef001d4aaaf81599e807f10c92791 (patch) | |
| tree | b9fc2af0de95975ccbe9d492e006fb6af83281ad /.github/workflows | |
| parent | bcf11f6a947c9922b533d41f699c05474dc21bf2 (diff) | |
| download | libgit2-ab3c7ba540cef001d4aaaf81599e807f10c92791.tar.gz | |
ci: really truly run coverity
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f60d6ab5b..ef747c548 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -245,7 +245,7 @@ jobs: with: fetch-depth: 0 - name: Download container - run: ${{ github.workspace }}/ci/getcontainer.sh" xenial + run: "${{ github.workspace }}/ci/getcontainer.sh" xenial env: DOCKER_REGISTRY: ${{ env.docker-registry }} GITHUB_TOKEN: ${{ secrets.github_token }} |
