Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6881:ae3d98c1fb69
fix tab.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 12:07:32 -0400 |
| parents | 222e84d12bed |
| children | b2b650d103a1 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 12:02:46 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 12:07:32 2022 -0400 @@ -178,7 +178,7 @@ uses: codecov/codecov-action@v3 with: verbose: true - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} - name: test build_doc run: |
