From 9cb4739e4a19fc34b934c1836e0a150d2c39712a Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Thu, 20 Apr 2023 00:22:10 -0500 Subject: [PATCH] fix: syntax --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef02453..45482e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,6 @@ jobs: - name: Publish coverage report uses: orgoro/coverage@v3 - with: - coverageFile: coverage.xml - token: ${{ secrets.GITHUB_TOKEN }} + with: + coverageFile: coverage.xml + token: ${{ secrets.GITHUB_TOKEN }}