From 7189710dbf4b436f7edde2fd7a109ae61f552ad2 Mon Sep 17 00:00:00 2001 From: mr-uniswap <144828035+mr-uniswap@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:57:30 -0400 Subject: [PATCH] lint (#898) --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c308cf5e2..e5524a5f7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Check coverage is updated uses: actions/github-script@v5 - env: + env: OUTPUT: ${{ steps.coverage.outputs.COVERAGE }} with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -61,7 +61,7 @@ jobs: - name: Comment on PR id: comment uses: actions/github-script@v5 - env: + env: OUTPUT: ${{ steps.coverage.outputs.COVERAGE }} with: github-token: ${{ secrets.GITHUB_TOKEN }}